We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8cfa50 commit 81ed212Copy full SHA for 81ed212
interfaceWrapper/en/README.md
@@ -76,7 +76,7 @@ example:
76
5. Now should detect do we have `callback` argument as a last argument of
77
function call, we can do that by `typeof()` comparing to `function`. If we have
78
`callback`, we need to wrap it too, so pass ours function instead of `callback`
79
-and then call ariginal `callback` from this function.
+and then call original `callback` from this function.
80
6. Then we can call other functions of `fs` interface from `application.js` and
81
try to run wrapped code.
82
7. Add timers in `application.js` and make multiple calls working with files. So
0 commit comments