Chromium Code Reviews| Index: chrome/common/extensions/docs/templates/articles/app_codelab1_setup.html |
| diff --git a/chrome/common/extensions/docs/templates/articles/app_codelab1_setup.html b/chrome/common/extensions/docs/templates/articles/app_codelab1_setup.html |
| index 032a42f8cf0ef83f21afca132acf5ca132445645..47bb0ee363194ff4d127081943486e195ec7e2f9 100644 |
| --- a/chrome/common/extensions/docs/templates/articles/app_codelab1_setup.html |
| +++ b/chrome/common/extensions/docs/templates/articles/app_codelab1_setup.html |
| @@ -1,4 +1,4 @@ |
| -<h1 id="lab_1_set_up_development_environment">Lab 1 - Set up development environment</h1> |
| +<h1 id="lab_1_set_up_development_environment">Set Up Development Environment</h1> |
| <h2 id="dependencies_and_prerequisites">Dependencies and prerequisites</h2> |
| @@ -27,7 +27,7 @@ You will use this page quite a bit to load and reload the Todo app.</p> |
| <h2 id="set_up_workspace">Set up workspace</h2> |
| -<p>If you don't have it yet, <a href="https://help.github.com/articles/set-up-git">install git</a> and run </p> |
| +<p>If you don't have it yet, <a href="https://help.github.com/articles/set-up-git">install git</a> and run:</p> |
| <p><pre> |
| git clone git://github.com/GoogleChrome/chrome-app-codelab.git |
| @@ -35,6 +35,6 @@ You will use this page quite a bit to load and reload the Todo app.</p> |
| <p>Note: for the rest of this tutorial, we'll refer to the directory for the cloned git repository as <tutorial>.</p> |
|
Renato Mangini (chromium)
2013/04/09 17:32:32
I suggest sweep through the codelab and change "tu
mkearney1
2013/04/10 17:59:58
I swept the codelab and changed references to 'tut
|
| -<h1 id="what_39_s_next_">What's next?</h1> |
| +<h2 id="what_39_s_next_">What's next?</h2> |
| -<p>In <a href="app_codelab2_basic.html">lab2_basic</a>, you will create your first Chrome app!</p> |
| +<p>In <a href="app_codelab2_basic.html">2 - Create Basic App</a>, you will create your first Chrome packaged app!</p> |