diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-10 22:24:34 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-10 22:24:34 +0000 |
commit | 81d4a8950c18b18ad3d2fc31d412b46198c2c6dc (patch) | |
tree | 40e3975047b023611fe288609e01ed9a8000b5e9 /chrome | |
parent | 677f5fc0b59b16b7aee26a2918f02631f0aceba9 (diff) | |
download | chromium_src-81d4a8950c18b18ad3d2fc31d412b46198c2c6dc.zip chromium_src-81d4a8950c18b18ad3d2fc31d412b46198c2c6dc.tar.gz chromium_src-81d4a8950c18b18ad3d2fc31d412b46198c2c6dc.tar.bz2 |
Fix typo in manifest documentation.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/489006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34294 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/common/extensions/docs/manifest.html | 2 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/manifest.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html index ae3b185..ae92c0b 100644 --- a/chrome/common/extensions/docs/manifest.html +++ b/chrome/common/extensions/docs/manifest.html @@ -291,7 +291,7 @@ are <b>name</b> and <b>version</b>. "<a href="#icons">icons</a>": { ... }, <em>// Pick one (or none)</em> - "<a href="browserAction.html">brower_action</a>": {...}, + "<a href="browserAction.html">browser_action</a>": {...}, "<a href="pageAction.html">page_action</a>": {...}, "<a href="themes.html">theme</a>": {...}, diff --git a/chrome/common/extensions/docs/static/manifest.html b/chrome/common/extensions/docs/static/manifest.html index 29f661b..09b1db3 100644 --- a/chrome/common/extensions/docs/static/manifest.html +++ b/chrome/common/extensions/docs/static/manifest.html @@ -28,7 +28,7 @@ are <b>name</b> and <b>version</b>. "<a href="#icons">icons</a>": { ... }, <em>// Pick one (or none)</em> - "<a href="browserAction.html">brower_action</a>": {...}, + "<a href="browserAction.html">browser_action</a>": {...}, "<a href="pageAction.html">page_action</a>": {...}, "<a href="themes.html">theme</a>": {...}, |