| Index: tools/gn/docs/reference.md
|
| diff --git a/tools/gn/docs/reference.md b/tools/gn/docs/reference.md
|
| index a510d5a3eead5aa6084a921d0df5b9122a8961dc..8e4970db76729612dd9e3d1a34f5e78f09073eb1 100644
|
| --- a/tools/gn/docs/reference.md
|
| +++ b/tools/gn/docs/reference.md
|
| @@ -2157,8 +2157,8 @@
|
| have globally unique names, or you will get collisions.
|
|
|
| Access the invoking name in your template via the implicit
|
| - "target_name" variable. This should also be the basis of how other
|
| - targets that a template expands to to ensure uniquness.
|
| + "target_name" variable. This should also be the basis for how other
|
| + targets that a template expands to ensure uniqueness.
|
|
|
| A typical example would be a template that defines an action to
|
| generate some source files, and a source_set to compile that source.
|
|
|