Skip to content

Commit bb021fc

Browse files
author
Max
committed
Fix spelling mistake
1 parent 0cd9fa5 commit bb021fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The difference is that in the second example you now have a reference to `parser
5252

5353

5454
### Callbacks vs. Promises
55-
Many people prefer [Promise syntax](http://javascriptplayground.com/blog/2015/02/promises/) or `async`/`awiat` instead of callbacks. JSON Schema $Ref Parser allows you to use whichever one you prefer.
55+
Many people prefer [Promise syntax](http://javascriptplayground.com/blog/2015/02/promises/) or `async`/`await` instead of callbacks. JSON Schema $Ref Parser allows you to use whichever one you prefer.
5656

5757
If you pass a callback function to any method, then the method will call the callback using the Node.js error-first convention. If you do _not_ pass a callback function, then the method will return a Promise.
5858

0 commit comments

Comments
 (0)