| Index: tools/gn/docs/cookbook.md
|
| diff --git a/tools/gn/docs/cookbook.md b/tools/gn/docs/cookbook.md
|
| index 3f2233cc3314dc2fdf7739c5d81ec67875bb976c..7a697378c5ad16adc464fe188a52423755b8526b 100644
|
| --- a/tools/gn/docs/cookbook.md
|
| +++ b/tools/gn/docs/cookbook.md
|
| @@ -438,7 +438,7 @@ Note that many of the includes are trying to add the root "src"
|
| directory to the include path. This is always present in GN so you can
|
| remove these.
|
|
|
| -GYP also requires you do duplicate these settings, once for the target
|
| +GYP also requires you to duplicate these settings, once for the target
|
| itself, and once for the direct/all dependent settings. In GN,
|
| public/all dependent configs also apply to the current target so you
|
| only need to specify it once.
|
|
|