summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/README.txt
diff options
context:
space:
mode:
authorkathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-24 14:35:36 +0000
committerkathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-24 14:35:36 +0000
commitbd1efe6d3332de08ebd4b81ca237168b7a0c5756 (patch)
tree9f73d1699a8818bbbc4a2caf7433f14e645cf043 /chrome/common/extensions/docs/README.txt
parent3d30a973ae3064ff828a00807f8ab182c9e8e2b2 (diff)
downloadchromium_src-bd1efe6d3332de08ebd4b81ca237168b7a0c5756.zip
chromium_src-bd1efe6d3332de08ebd4b81ca237168b7a0c5756.tar.gz
chromium_src-bd1efe6d3332de08ebd4b81ca237168b7a0c5756.tar.bz2
Changes related to improvements to the navigation.
This change should go in before Raf makes a couple of fixes/improvements to the sidenav. Review URL: http://codereview.chromium.org/173202 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24092 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/README.txt')
-rwxr-xr-xchrome/common/extensions/docs/README.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/common/extensions/docs/README.txt b/chrome/common/extensions/docs/README.txt
index 13681ff..03d1f15 100755
--- a/chrome/common/extensions/docs/README.txt
+++ b/chrome/common/extensions/docs/README.txt
@@ -11,9 +11,9 @@ To build the extension docs, run the build.py script in the ./build directory.
This will regenerate the docs and report which, if any, files have changed
and need to be included in the changelist that changed the dependent files.
-Note that the build.py script depends on test_shell to run, so in you must be
+Note that the build.py script depends on test_shell to run, so you must be
able to build test_shell to build extension_docs. The build.py script will
-look in typically locations for the test_shell executable, but you may set
+look in typical locations for the test_shell executable, but you may set
the path to test_shell explicitly with --test-shell-path.
--------------------------------------------------------------------------------
@@ -41,9 +41,9 @@ For each given <page>:
1) A copy of ./page_shell.html is copied to ./<page>.html.
2) This page loads bootstrap.js which inspects the <page> name
3) ./template/api_template.html is loaded and inserted into the body of the page
-4) If a ./static/<page>.html exists, it's content is inserted into the main
+4) If a ./static/<page>.html exists, its content is inserted into the main
content column of the api_template.html
5) If the <page> matches an api "module" in extension_api.json, the api is then
fed through the api template within api_template.html
-6) The result is writen ontop of the existing /<page>.html. If the new file
+6) The result is written on top of the existing /<page>.html. If the new file
differs in content, it is reported as changed by the build.py script.