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

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

Issue 13248004: Cleaning up apps codelab (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
Index: chrome/common/extensions/docs/templates/articles/app_codelab_10_publishing.html
diff --git a/chrome/common/extensions/docs/templates/articles/app_codelab_10_publishing.html b/chrome/common/extensions/docs/templates/articles/app_codelab_10_publishing.html
index ae354864b9382176422fa64f59c021ff9df48505..6de75bd8f51fda88d8be7875b2b1ef12ba485177 100644
--- a/chrome/common/extensions/docs/templates/articles/app_codelab_10_publishing.html
+++ b/chrome/common/extensions/docs/templates/articles/app_codelab_10_publishing.html
@@ -1,7 +1,7 @@
-<h1 id="lab_10_publishing">Lab 10 - Publishing</h1>
+<h1 id="lab_10_publishing">Publish App</h1>
<p>An app without users is just a piece of code. To get users, you need to distribute your application.
-All Chrome applications are distributed through the <a href="https://chrome.google.com/webstore">Chrome Web Store</a>.
+All Chrome packaged apps are distributed through the <a href="https://chrome.google.com/webstore">Chrome Web Store</a>.
For those not familiar with the store, it provides several benefits to users and developers.</p>
<p>For users:</p>

Powered by Google App Engine
This is Rietveld 408576698