summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-16 09:29:46 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-16 09:29:46 +0000
commit457f7409956ad9f2cfc49b718cf9e015f699d1ca (patch)
treeb9122a3bd2989baa6a8eae94fe3f2b57ee2ea435 /chrome
parent9981e66a5639ec480e4066c926ac31bc1e1b2ce4 (diff)
downloadchromium_src-457f7409956ad9f2cfc49b718cf9e015f699d1ca.zip
chromium_src-457f7409956ad9f2cfc49b718cf9e015f699d1ca.tar.gz
chromium_src-457f7409956ad9f2cfc49b718cf9e015f699d1ca.tar.bz2
Merge 34294 - Fix typo in manifest documentation.
BUG=None TEST=None Review URL: http://codereview.chromium.org/489006 TBR=finnur@chromium.org Review URL: http://codereview.chromium.org/505020 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34710 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/common/extensions/docs/manifest.html2
-rw-r--r--chrome/common/extensions/docs/static/manifest.html2
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>": {...},