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

Commit 3892cf5

Browse files
committed
docs: Fix a few typos
There are small typos in: - README.md - eel/__init__.py Fixes: - Should read `suppressible` rather than `suppressable`. - Should read `asynchronous` rather than `asynchrounously`. Signed-off-by: Tim Gates <[email protected]>
1 parent 414b2c3 commit 3892cf5

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 asynchronous 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)