| Index: chrome/common/extensions/docs/templates/intros/declarativeWebRequest.html
|
| diff --git a/chrome/common/extensions/docs/templates/intros/declarativeWebRequest.html b/chrome/common/extensions/docs/templates/intros/declarativeWebRequest.html
|
| index 6deda12aff3c4d81fc7346c9e2478fe8f498a8bf..e8e1a7ba538d74f0ab1d1b41a330f2e37a31ab9e 100644
|
| --- a/chrome/common/extensions/docs/templates/intros/declarativeWebRequest.html
|
| +++ b/chrome/common/extensions/docs/templates/intros/declarativeWebRequest.html
|
| @@ -5,7 +5,7 @@ Use the <code>chrome.declarativeWebRequest</code> module to intercept, block, or
|
| modify requests in-flight. It is significantly faster than the <a
|
| href="webRequest.html"><code>chrome.webRequest</code> API</a> because you can
|
| register rules that are evaluated in the browser rather than the
|
| -JavaScript engine which reduces roundtrip latencies and allows for very high
|
| +JavaScript engine which reduces roundtrip latencies and allows very high
|
| efficiency.
|
| </p>
|
|
|
|
|