| Index: tools/dom/docs/docs.json
|
| diff --git a/tools/dom/docs/docs.json b/tools/dom/docs/docs.json
|
| index 7a71efa973523ac9fd58c53a09b30ad72dc4480d..57a47ea8aab3d683263e5cce52028d2e72155e2c 100644
|
| --- a/tools/dom/docs/docs.json
|
| +++ b/tools/dom/docs/docs.json
|
| @@ -4309,7 +4309,7 @@
|
| ],
|
| "setRequestHeader": [
|
| "/**",
|
| - " * Sets the value of an HTTP requst header.",
|
| + " * Sets the value of an HTTP request header.",
|
| " *",
|
| " * This method should be called after the request is opened, but before",
|
| " * the request is sent.",
|
| @@ -4340,7 +4340,8 @@
|
| ],
|
| "timeout": [
|
| "/**",
|
| - " * Length of time before a request is automatically terminated.",
|
| + " * Length of time in milliseconds before a request is automatically",
|
| + " * terminated.",
|
| " *",
|
| " * When the time has passed, a [TimeoutEvent] is dispatched.",
|
| " *",
|
|
|