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

Commit 38e5d89

Browse files
Merge pull request #597 from timgates42/bugfix_typos
docs: Fix a few typos
2 parents 414b2c3 + e66bc74 commit 38e5d89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 asynchrounously 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

eel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
'shutdown_delay': 1.0 # how long to wait after a websocket closes before detecting complete shutdown
5555
}
5656

57-
# == Temporary (suppressable) error message to inform users of breaking API change for v1.0.0 ===
57+
# == Temporary (suppressible) error message to inform users of breaking API change for v1.0.0 ===
5858
_start_args['suppress_error'] = False
5959
api_error_message = '''
6060
----------------------------------------------------------------------------------

0 commit comments

Comments
 (0)