summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/static/xhr.html
diff options
context:
space:
mode:
authormiket@chromium.org <miket@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-04 23:17:26 +0000
committermiket@chromium.org <miket@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-04 23:17:26 +0000
commitf01e513c6eaeaa21cfb13cfd8eed272228837e3c (patch)
tree89eb53a782347e8c40666278360191ee32eb4c2b /chrome/common/extensions/docs/static/xhr.html
parentd5a38a18812f174f11a448862f552cac6fb44682 (diff)
downloadchromium_src-f01e513c6eaeaa21cfb13cfd8eed272228837e3c.zip
chromium_src-f01e513c6eaeaa21cfb13cfd8eed272228837e3c.tar.gz
chromium_src-f01e513c6eaeaa21cfb13cfd8eed272228837e3c.tar.bz2
Fix typo.
Review URL: http://codereview.chromium.org/8480013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108738 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/static/xhr.html')
-rw-r--r--chrome/common/extensions/docs/static/xhr.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/static/xhr.html b/chrome/common/extensions/docs/static/xhr.html
index 860ed3c..bf020fa 100644
--- a/chrome/common/extensions/docs/static/xhr.html
+++ b/chrome/common/extensions/docs/static/xhr.html
@@ -153,7 +153,7 @@ xhr.onreadystatechange = function() {
xhr.send();
</pre>
<p>
-Additionally, be especially careful of resource retrieved via HTTP. If your
+Additionally, be especially careful of resources retrieved via HTTP. If your
extension is used on a hostile network, an network attacker (aka a <a
href="http://en.wikipedia.org/wiki/Man-in-the-middle_attack">"man-in-the-middle"</a>)
could modify the response and, potentially, attack your extension. Instead,