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

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

Issue 1579133002: [gn] Fix typos in the documentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/docs/quick_start.md
diff --git a/tools/gn/docs/quick_start.md b/tools/gn/docs/quick_start.md
index ae06b96826d8683aab640080a3a0cc469f8b5b1d..0b484598e26cf0f27bdafb306df2d2d0c6b2cdc1 100644
--- a/tools/gn/docs/quick_start.md
+++ b/tools/gn/docs/quick_start.md
@@ -266,7 +266,7 @@ static_library("hello") {
```
This applies the `hello_config` to the `hello` target itself, plus all
-targets that depend on transitively depend on the current one. Now
+targets that transitively depend on the current one. Now
Nico 2016/01/12 15:19:24 optional: consider doing `gqap` (if you use vim)
Michael Achenbach 2016/01/14 15:09:32 Not using vim. But trying to get the same results
everybody that depends on us will get our settings. You can also set
`public_configs` which applies only to targets that directly
depend on your target (not transitively).
@@ -323,7 +323,7 @@ came from on the `say_hello` target:
```
You can see that `TWO_PEOPLE` was defined by a config, and you can also
-see the which like caused that config to be applied to your target (in
+see the which line caused that config to be applied to your target (in
this case, the `all_dependent_configs` line).
Another particularly interesting variation:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698