Index: chrome/common/extensions/docs/templates/articles/hosting.html |
=================================================================== |
--- chrome/common/extensions/docs/templates/articles/hosting.html (revision 162074) |
+++ chrome/common/extensions/docs/templates/articles/hosting.html (working copy) |
@@ -74,7 +74,7 @@ |
<p> |
The most common reason for failing to recognize an installable file |
is that the server sends the header |
-<code>X-Content-Type-Options: no sniff</code>. |
+<code>X-Content-Type-Options: nosniff</code>. |
The second most common reason |
is that the server sends an unknown content type—one |
that isn't in the previous list. |