diff options
author | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-26 20:23:31 +0000 |
---|---|---|
committer | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-26 20:23:31 +0000 |
commit | 55822b82f965dc9f669d9563801b5a733908558a (patch) | |
tree | 4255f4eb25a08ef7c8b06c336430d1b7c42ad7a7 /chrome/common | |
parent | 137d06ca00cae8443eb8278f309ee6731358c822 (diff) | |
download | chromium_src-55822b82f965dc9f669d9563801b5a733908558a.zip chromium_src-55822b82f965dc9f669d9563801b5a733908558a.tar.gz chromium_src-55822b82f965dc9f669d9563801b5a733908558a.tar.bz2 |
Minor copyedits related to TOCs.
Review URL: http://codereview.chromium.org/174552
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24514 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rwxr-xr-x | chrome/common/extensions/docs/static/packaging.html | 2 | ||||
-rwxr-xr-x | chrome/common/extensions/docs/static/toolstrip.html | 4 | ||||
-rwxr-xr-x | chrome/common/extensions/docs/template/api_template.html | 11 |
3 files changed, 6 insertions, 11 deletions
diff --git a/chrome/common/extensions/docs/static/packaging.html b/chrome/common/extensions/docs/static/packaging.html index 119bc2a..4bf0ed5 100755 --- a/chrome/common/extensions/docs/static/packaging.html +++ b/chrome/common/extensions/docs/static/packaging.html @@ -96,7 +96,7 @@ the already generated <code>.pem</code> file for this extension. <img src="images/package-success.png"> -<h2>Tips and Tricks</h2> +<h2>Tips and tricks</h2> <ul> <li>In build 3.0.195 and later, you can use the <code>--no-message-box</code> command line flag to suppress the dialog. This is useful if you're packing extensions in non-interactive scripts.</li> diff --git a/chrome/common/extensions/docs/static/toolstrip.html b/chrome/common/extensions/docs/static/toolstrip.html index 0bf3cce..8921918 100755 --- a/chrome/common/extensions/docs/static/toolstrip.html +++ b/chrome/common/extensions/docs/static/toolstrip.html @@ -30,7 +30,7 @@ you can do with toolstrips. <span>My Button</span> </div></pre> -<h2>Debugging Tips</h2> +<h2>Debugging tips</h2> <ul> <li>You can right click on a toolstrip to get a web inspector.</li> @@ -38,7 +38,7 @@ you can do with toolstrips. <li>You can run toolstrips in the main content area by loading their URL, which would be something like chrome-extension://0000000000000000000000000000000000000000/my_toolstrip.html</li> </ul> -<h2>Design Tips</h2> +<h2>Design tips</h2> <ul> <li>Try not to use too much space. Toolbar real estate is precious and users tend to prefer extensions to use as little of it as possible.</li> diff --git a/chrome/common/extensions/docs/template/api_template.html b/chrome/common/extensions/docs/template/api_template.html index f9b9ba2..cc0eee4 100755 --- a/chrome/common/extensions/docs/template/api_template.html +++ b/chrome/common/extensions/docs/template/api_template.html @@ -63,12 +63,7 @@ <li>Other APIs</li> </ul> </li> - <li>Samples - <ul> - <li>[sample 1]</li> - <li>[sample 2]</li> - </ul> - </li> + <li>Samples</li> </ul> </div> @@ -89,7 +84,7 @@ </li> <div jsselect="apiDefinition"> <li> - <a href="#apiReference" jscontent="'API Reference: ' + getModuleName()">API Reference</a> + <a href="#apiReference" jscontent="'API reference: ' + getModuleName()">API reference</a> <ol> <li jsdisplay="$this.properties"> <a href="#properties">Properties</a> @@ -144,7 +139,7 @@ <!-- API PAGE --> <div class="apiPage" jsselect="apiDefinition"> <a name="apiReference"></a> - <h2 jscontent="getModuleName() + ' API reference'">chrome.apiname API reference</h2> + <h2 jscontent="'API reference: ' + getModuleName()">API reference: chrome.apiname </h2> <!-- PROPERTIES --> <div jsdisplay="$this.properties" class="apiGroup"> |