]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in Tools/wasm/README.md(#118358)
authorXie Yanbo <xieyanbo@gmail.com>
Sun, 28 Apr 2024 17:00:48 +0000 (01:00 +0800)
committerGitHub <noreply@github.com>
Sun, 28 Apr 2024 17:00:48 +0000 (18:00 +0100)
Tools/wasm/README.md

index eca113d3bfabadf2abc19c6307a1331615a01406..bc3e4ba8bd5b76737392ba8c91e000076e490e68 100644 (file)
@@ -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``.