Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(334)

Unified Diff: tools/dom/docs/docs.json

Issue 2850783002: Dart SDK Spelling b, c, and d. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/standalone/io/raw_secure_server_socket_test.dart ('k') | tools/dom/scripts/generate_blink_file.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « tests/standalone/io/raw_secure_server_socket_test.dart ('k') | tools/dom/scripts/generate_blink_file.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698