Commit b541f710 authored by machenbach's avatar machenbach Committed by Commit bot

[gn] Fix typos in the documentation.

BUG=

Review URL: https://codereview.chromium.org/1579133002

Cr-Commit-Position: refs/heads/master@{#369420}
parent 731c9854
...@@ -266,10 +266,10 @@ static_library("hello") { ...@@ -266,10 +266,10 @@ static_library("hello") {
``` ```
This applies the `hello_config` to the `hello` target itself, plus all 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 everybody that
everybody that depends on us will get our settings. You can also set depends on us will get our settings. You can also set `public_configs`
`public_configs` which applies only to targets that directly which applies only to targets that directly depend on your target (not
depend on your target (not transitively). transitively).
Now if you compile and run, you'll see the new version with two people: Now if you compile and run, you'll see the new version with two people:
...@@ -323,7 +323,7 @@ came from on the `say_hello` target: ...@@ -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 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). this case, the `all_dependent_configs` line).
Another particularly interesting variation: Another particularly interesting variation:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment