| Index: tools/gn/docs/reference.md
|
| diff --git a/tools/gn/docs/reference.md b/tools/gn/docs/reference.md
|
| index 7e85b104afb29935f66b6e260888659ccf0565c1..48a6683ec0c7574c54ced312c9bd47ab45f4e725 100644
|
| --- a/tools/gn/docs/reference.md
|
| +++ b/tools/gn/docs/reference.md
|
| @@ -3893,7 +3893,7 @@
|
|
|
| This should be set to the most specific value possible. So, "android" or
|
| "chromeos" should be used instead of "linux" where applicable, even though
|
| - Android and ChromeOS are both Linux variants. This can mean that one needs to
|
| + Android and Chrome OS are both Linux variants. This can mean that one needs to
|
| write
|
|
|
| if (target_os == "android" || target_os == "linux") {
|
|
|