Skip to content

Commit d52c0fe

Browse files
committed
Fix a doc typo.
Fixes issue 8538
1 parent baa16a5 commit d52c0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/webdriver/promise.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ promise.Thenable = function() {};
153153

154154
/**
155155
* 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.
156+
* process. This method is a no-op if the promise has already been resolved.
157157
*
158158
* @param {(string|promise.CancellationError)=} opt_reason The reason this
159159
* promise is being cancelled.

0 commit comments

Comments
 (0)