summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/static
diff options
context:
space:
mode:
authorpam@chromium.org <pam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-23 14:04:25 +0000
committerpam@chromium.org <pam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-23 14:04:25 +0000
commit85cc8eb654c288f85ee1f463cddd2b0f088e92aa (patch)
tree05fc5d5dfe0835f37dd04f7ca6b0ba544454c272 /chrome/common/extensions/docs/static
parentd062b9642a7ff50aea009713212680943e1d829b (diff)
downloadchromium_src-85cc8eb654c288f85ee1f463cddd2b0f088e92aa.zip
chromium_src-85cc8eb654c288f85ee1f463cddd2b0f088e92aa.tar.gz
chromium_src-85cc8eb654c288f85ee1f463cddd2b0f088e92aa.tar.bz2
Fix typo that mentions "manifest" permission rather than "management" permission.
BUG=115454 TEST=none (documentation only) Review URL: https://chromiumcodereview.appspot.com/9455010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123238 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/static')
-rw-r--r--chrome/common/extensions/docs/static/management.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/static/management.html b/chrome/common/extensions/docs/static/management.html
index 891f33c..db62408 100644
--- a/chrome/common/extensions/docs/static/management.html
+++ b/chrome/common/extensions/docs/static/management.html
@@ -21,7 +21,7 @@ For example:</p>
}</pre>
<p>
-The one method that doesn't require the "manifest" permission is
+The one method that doesn't require the "management" permission is
<a href="#method-getPermissionWarningsByManifest"><code>getPermissionWarningsByManifest</code></a>
</p>
<!-- END AUTHORED CONTENT -->