We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa16a5 commit d52c0feCopy full SHA for d52c0fe
javascript/webdriver/promise.js
@@ -153,7 +153,7 @@ promise.Thenable = function() {};
153
154
/**
155
* Cancels the computation of this promise's value, rejecting the promise in the
156
- * process. This method is a no-op if the promise has alreayd been resolved.
+ * process. This method is a no-op if the promise has already been resolved.
157
*
158
* @param {(string|promise.CancellationError)=} opt_reason The reason this
159
* promise is being cancelled.
0 commit comments