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

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..d9e4984dd7a304c0cd3e8e924eda33d99b27ba80 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>
@@ -59,4 +59,3 @@ Just make sure it contains the <code>manifest.json</code>.</p>
<p><img src="{{static}}/images/codelab/publish.jpg" alt="Developer Dashboard Publish"></p>
-<p>Hint: if anyone wants to create a tool that lets users quickly create all the required assets, developers would sincerely appreciate.</p>

Powered by Google App Engine
This is Rietveld 408576698