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 »</a></p> |