summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorXie Yanbo <xieyanbo@gmail.com>2024-04-28 17:00:48 (GMT)
committerGitHub <noreply@github.com>2024-04-28 17:00:48 (GMT)
commitc618d53a3a09c4b145c54fd9da4ca367be70f1e4 (patch)
tree12adc73060837cd6486e54d301f43b087d395c9d /Tools
parent2326d6c868e300a814179d77fc308fec8365cb8c (diff)
downloadcpython-c618d53a3a09c4b145c54fd9da4ca367be70f1e4.zip
cpython-c618d53a3a09c4b145c54fd9da4ca367be70f1e4.tar.gz
cpython-c618d53a3a09c4b145c54fd9da4ca367be70f1e4.tar.bz2
Fix typo in Tools/wasm/README.md(#118358)
Diffstat (limited to 'Tools')
-rw-r--r--Tools/wasm/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/wasm/README.md b/Tools/wasm/README.md
index eca113d..bc3e4ba 100644
--- a/Tools/wasm/README.md
+++ b/Tools/wasm/README.md
@@ -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``.