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

Unified Diff: chrome/common/extensions/docs/templates/articles/manifest/file_handlers.html

Issue 721033003: Fix Chrome OS spelling in documentation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
Index: chrome/common/extensions/docs/templates/articles/manifest/file_handlers.html
diff --git a/chrome/common/extensions/docs/templates/articles/manifest/file_handlers.html b/chrome/common/extensions/docs/templates/articles/manifest/file_handlers.html
index 4bc866b259d38f7d052a3c726a3923bc91442618..72ceb6989dbec1a7603dafef178630528c4a1d02 100644
--- a/chrome/common/extensions/docs/templates/articles/manifest/file_handlers.html
+++ b/chrome/common/extensions/docs/templates/articles/manifest/file_handlers.html
@@ -52,6 +52,6 @@ compatibility, <code>title</code> should always be the name of the app.
To handle files, apps also need to declare the $(ref:fileSystem)
permission. Apps can then be passed files in the $(ref:app.runtime.onLaunched)
event - either from the system
-file manager (currently supported on ChromeOS only) or by providing
+file manager (currently supported on Chrome OS only) or by providing
a path on the <a href="../first_app#open">command line</a>.
</p>

Powered by Google App Engine
This is Rietveld 408576698