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

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

Issue 2832353003: Clarify units for timeout (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 | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | 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..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.",
" *",
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698