Skip to content

Commit

Permalink
Correct spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
xyb committed Apr 28, 2024
1 parent 51aefc5 commit 4b880a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/wasm/README.md
Expand Up @@ -275,7 +275,7 @@ Node builds use ``NODERAWFS``.
### Hosting Python WASM builds

The simple REPL terminal uses SharedArrayBuffer. For security reasons
browsers only provide the feature in secure environents with cross-origin
browsers only provide the feature in secure environments with cross-origin
isolation. The webserver must send cross-origin headers and correct MIME types
for the JavaScript and WASM files. Otherwise the terminal will fail to load
with an error message like ``Browsers disable shared array buffer``.
Expand Down

0 comments on commit 4b880a9

Please sign in to comment.