Commit 9298d260 authored by David Bertoni's avatar David Bertoni Committed by Commit Bot

Fixed a couple of typos and tweaked punctuation.

Change-Id: Ia662afb410051f747178486ac3c29e3ed1548725
Reviewed-on: https://chromium-review.googlesource.com/1089832Reviewed-by: default avatarDevlin <rdevlin.cronin@chromium.org>
Commit-Queue: David Bertoni <dbertoni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#565064}
parent b267c667
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
[ [
{ {
"namespace": "declarativeWebRequest", "namespace": "declarativeWebRequest",
"description": "<em><strong>Note:</strong> this API is currently on hold, without concrete plans to move to stable.</em> Use the <code>chrome.declarativeWebRequest</code> API to intercept, block, or modify requests in-flight. It is significantly faster than the <a href='webRequest'><code>chrome.webRequest</code> API</a> because you can register rules that are evaluated in the browser rather than the JavaScript engine with reduces roundtrip latencies and allows higher efficiency.", "description": "<em><strong>Note:</strong> this API is currently on hold, without concrete plans to move to stable.</em> Use the <code>chrome.declarativeWebRequest</code> API to intercept, block, or modify requests in-flight. It is significantly faster than the <a href='webRequest'><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 higher efficiency.",
"types": [ "types": [
// TODO(devlin): The declarativeWebRequest API uses these enums as a form // TODO(devlin): The declarativeWebRequest API uses these enums as a form
// of RTTI, but it's a rather verbose implementation. We should see if we // of RTTI, but it's a rather verbose implementation. We should see if we
......
...@@ -5,6 +5,6 @@ ...@@ -5,6 +5,6 @@
[ [
{ {
"namespace": "webViewRequest", "namespace": "webViewRequest",
"description": "Use the <code>chrome.webViewRequest</code> API to intercept, block, or modify requests in-flight. It is potentially faster than the <a href='webRequest'><code>chrome.webRequest</code> API</a> because you can register rules that are evaluated in the browser rather than the JavaScript engine with reduces roundtrip latencies and allows higher efficiency." "description": "Use the <code>chrome.webViewRequest</code> API to intercept, block, or modify requests in-flight. It is potentially faster than the <a href='webRequest'><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 higher efficiency."
} }
] ]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment