Skip to content

Commit bdea8dd

Browse files
Merge pull request then#30 from georules/master
spelling fix
2 parents 67605dc + 90f6565 commit bdea8dd

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)