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

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

Issue 647763004: Clean-up Chrome Apps codelab. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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_intro.html
diff --git a/chrome/common/extensions/docs/templates/articles/app_codelab_intro.html b/chrome/common/extensions/docs/templates/articles/app_codelab_intro.html
index 0cd998763d686fa71fcd3b7a3c7c5f9f64319454..b2ac60178d18ec04a79a08f1179508bdeaf088b0 100644
--- a/chrome/common/extensions/docs/templates/articles/app_codelab_intro.html
+++ b/chrome/common/extensions/docs/templates/articles/app_codelab_intro.html
@@ -13,7 +13,7 @@
<ul>
<li>How to create, run, and debug a Chrome App in <a href="app_codelab_basics.html">Step 1</a>.</li>
- <li>How to update an existing web app as a Chrome App, deal with common Content Security Policy issues, and adding local storage support in <a href="app_codelab_todomvc.html">Step 2</a>.</li>
+ <li>How to update an existing web app as a Chrome App, deal with Content Security Policy issues, and add local storage support in <a href="app_codelab_todomvc.html">Step 2</a>.</li>
<li>How to implement alarms and notifications in <a href="app_codelab_alarms.html">Step 3</a>.</li>
<li>How to display web pages inline in <a href="app_codelab_webview.html">Step 4</a>.</li>
<li>How to load resources (like images) from external sources in <a href="app_codelab_images.html">Step 5</a>.</li>
@@ -30,6 +30,7 @@
<li><a href="https://github.com/mangini/io13-codelab/archive/master.zip">Download the reference code</a> for all steps or <a href="https://github.com/mangini/io13-codelab/tree/master/cheat_code">view them on Github</a> in case you get stuck.</li>
</ul>
-<p>Each step builds on top of the previous but, if you decide to skip a step, solutions for every step can be found in the reference code.</p>
+<p>Each step builds on top of the previous.
+You can skip any step and use previous step solutions in the reference code.</p>
<p>Let's get started. Go to <a href="app_codelab_basics.html">Step 1 - Create and run a Chrome App &raquo;</a></p>

Powered by Google App Engine
This is Rietveld 408576698