diff options
-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>": {...}, |