diff options
author | jstritar@chromium.org <jstritar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-04 16:49:12 +0000 |
---|---|---|
committer | jstritar@chromium.org <jstritar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-04 16:49:12 +0000 |
commit | 908da49b07a50a4062c770be8e7fdf8dfe34517b (patch) | |
tree | bcf9c6da255ed2c9ff0406b9a310bcb1c462c3f7 | |
parent | a2981fc1ba9e4089d7df2b2e31a7220b0fc38757 (diff) | |
download | chromium_src-908da49b07a50a4062c770be8e7fdf8dfe34517b.zip chromium_src-908da49b07a50a4062c770be8e7fdf8dfe34517b.tar.gz chromium_src-908da49b07a50a4062c770be8e7fdf8dfe34517b.tar.bz2 |
Fix typo in extension permissions docs.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9085011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116321 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/common/extensions/docs/permissions.html | 2 | ||||
-rw-r--r-- | chrome/common/extensions/docs/samples.html | 4 | ||||
-rw-r--r-- | chrome/common/extensions/docs/samples.json | 2 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/permissions.html | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/chrome/common/extensions/docs/permissions.html b/chrome/common/extensions/docs/permissions.html index e2aee08..4fc47ac 100644 --- a/chrome/common/extensions/docs/permissions.html +++ b/chrome/common/extensions/docs/permissions.html @@ -443,7 +443,7 @@ The extension can prompt the user once to accept all permissions. </li> <li> - They simplify extension development by guarenteeing which permissions are + They simplify extension development by guaranteeing which permissions are present. </li> </ul> diff --git a/chrome/common/extensions/docs/samples.html b/chrome/common/extensions/docs/samples.html index 0d88ab0..c3ba385 100644 --- a/chrome/common/extensions/docs/samples.html +++ b/chrome/common/extensions/docs/samples.html @@ -2493,8 +2493,8 @@ <div> <a href="examples/api/debugger/live-headers.zip">Download source</a> <!-- Only show the Install CRX link if a CRX file is provided --> - <span> - - <a href="examples/api/debugger/live-headers.crx">Install extension</a> + <span style="display: none; "> + - <a>Install extension</a> </span> </div> </div><div class="sample" id="ec97ec20ca2f095d081e39f1565fc12af09ef067"> diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json index f64e3c1..6533e3a 100644 --- a/chrome/common/extensions/docs/samples.json +++ b/chrome/common/extensions/docs/samples.json @@ -1351,7 +1351,7 @@ "chrome.windows.get", "chrome.windows.getCurrent" ], - "crx_path": "examples\/api\/debugger\/live-headers.crx", + "crx_path": null, "description": "Displays the live log with the http requests headers", "features": [ "background_page", diff --git a/chrome/common/extensions/docs/static/permissions.html b/chrome/common/extensions/docs/static/permissions.html index 88f08a8..39b0259 100644 --- a/chrome/common/extensions/docs/static/permissions.html +++ b/chrome/common/extensions/docs/static/permissions.html @@ -50,7 +50,7 @@ The extension can prompt the user once to accept all permissions. </li> <li> - They simplify extension development by guarenteeing which permissions are + They simplify extension development by guaranteeing which permissions are present. </li> </ul> |