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

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

Issue 2697323005: docs: Change "ChromeOS" to "Chrome OS". (Closed)
Patch Set: update more markdown files Created 3 years, 10 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 | « tools/gn/docs/cross_compiles.md ('k') | tools/mb/docs/design_spec.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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") {
« no previous file with comments | « tools/gn/docs/cross_compiles.md ('k') | tools/mb/docs/design_spec.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698