Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(453)

Unified Diff: tools/gn/docs/reference.md

Issue 2616523002: GN: Fix some typos in the documentation. (Closed)
Patch Set: Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/gn/variables.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/docs/reference.md
diff --git a/tools/gn/docs/reference.md b/tools/gn/docs/reference.md
index b62abbd162bddbf51f56f14061f1f9009e272edf..034a112cef33a4f0f38d7e981d0bebf247c48b20 100644
--- a/tools/gn/docs/reference.md
+++ b/tools/gn/docs/reference.md
@@ -3967,7 +3967,7 @@
This addition happens in a second phase once a target and all of its
dependencies have been resolved. Therefore, a target will not see these
force-added configs in their "configs" variable while the script is running,
- and then can not be removed. As a result, this capability should generally
+ and they can not be removed. As a result, this capability should generally
only be used to add defines and include directories necessary to compile a
target's headers.
@@ -5434,7 +5434,7 @@
This addition happens in a second phase once a target and all of its
dependencies have been resolved. Therefore, a target will not see these
force-added configs in their "configs" variable while the script is running,
- and then can not be removed. As a result, this capability should generally
+ and they can not be removed. As a result, this capability should generally
only be used to add defines and include directories necessary to compile a
target's headers.
« no previous file with comments | « no previous file | tools/gn/variables.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698