Skip to content

Commit 90f6565

Browse files
committed
spelling fix
1 parent 67605dc commit 90f6565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The call to `.then` also returns a promise. If the handler that is called retur
128128

129129
#### Promise#done(onFulfilled, onRejected)
130130

131-
The same semantics as `.then` except that it does not return a promise and any exceptions are re-thrown so that they can be logged (crashing the applicaiton in non-browser environments)
131+
The same semantics as `.then` except that it does not return a promise and any exceptions are re-thrown so that they can be logged (crashing the application in non-browser environments)
132132

133133
#### Promise#nodeify(callback)
134134

0 commit comments

Comments
 (0)