Skip to content

Commit 81ed212

Browse files
committed
Fix a typo
1 parent f8cfa50 commit 81ed212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interfaceWrapper/en/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ example:
7676
5. Now should detect do we have `callback` argument as a last argument of
7777
function call, we can do that by `typeof()` comparing to `function`. If we have
7878
`callback`, we need to wrap it too, so pass ours function instead of `callback`
79-
and then call ariginal `callback` from this function.
79+
and then call original `callback` from this function.
8080
6. Then we can call other functions of `fs` interface from `application.js` and
8181
try to run wrapped code.
8282
7. Add timers in `application.js` and make multiple calls working with files. So

0 commit comments

Comments
 (0)