Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit e66bc74

Browse files
Update README.md
1 parent 3892cf5 commit e66bc74

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
@@ -252,7 +252,7 @@ the JavaScript side, which defaults to 10000 milliseconds (10 seconds). This can
252252

253253
#### Callbacks
254254

255-
When you call an exposed function, you can immediately pass a callback function afterwards. This callback will automatically be called asynchronous with the return value when the function has finished executing on the other side.
255+
When you call an exposed function, you can immediately pass a callback function afterwards. This callback will automatically be called asynchronously with the return value when the function has finished executing on the other side.
256256

257257
For example, if we have the following function defined and exposed in Javascript:
258258

0 commit comments

Comments
 (0)