| Index: tools/dom/docs/docs.json
|
| diff --git a/tools/dom/docs/docs.json b/tools/dom/docs/docs.json
|
| index 7a71efa973523ac9fd58c53a09b30ad72dc4480d..72a81e78dc5fd8fcc50af939a04efbfd156e8b94 100644
|
| --- a/tools/dom/docs/docs.json
|
| +++ b/tools/dom/docs/docs.json
|
| @@ -2459,7 +2459,7 @@
|
| "/**",
|
| " * Returns a copy of this node.",
|
| " *",
|
| - " * If [deep] is `true`, then all of this node's children and decendents are",
|
| + " * If [deep] is `true`, then all of this node's children and descendents are",
|
| " * copied as well. If [deep] is `false`, then only this node is copied.",
|
| " *",
|
| " * ## Other resources",
|
| @@ -2626,7 +2626,7 @@
|
| ],
|
| "textContent": [
|
| "/**",
|
| - " * All text within this node and its decendents.",
|
| + " * All text within this node and its descendents.",
|
| " *",
|
| " * ## Other resources",
|
| " *",
|
| @@ -3219,7 +3219,7 @@
|
| " *",
|
| " * This method accepts data of type [Blob], [ByteBuffer], [String], or",
|
| " * [TypedData]. Named variants [sendBlob], [sendByteBuffer], [sendString],",
|
| - " * or [sendTypedData], in constrast, only accept data of the specified type.",
|
| + " * or [sendTypedData], in contrast, only accept data of the specified type.",
|
| " */"
|
| ]
|
| }
|
| @@ -4201,7 +4201,7 @@
|
| " *",
|
| " * Note: Most simple HTTP requests can be accomplished using the [getString],",
|
| " * [request], [requestCrossOrigin], or [postFormData] methods. Use of this",
|
| - " * `open` method is intended only for more complext HTTP requests where",
|
| + " * `open` method is intended only for more complex HTTP requests where",
|
| " * finer-grained control is needed.",
|
| " */"
|
| ],
|
| @@ -4298,7 +4298,7 @@
|
| " *",
|
| " * Note: Most simple HTTP requests can be accomplished using the [getString],",
|
| " * [request], [requestCrossOrigin], or [postFormData] methods. Use of this",
|
| - " * `send` method is intended only for more complext HTTP requests where",
|
| + " * `send` method is intended only for more complex HTTP requests where",
|
| " * finer-grained control is needed.",
|
| " *",
|
| " * ## Other resources",
|
|
|