Skip to content

Commit c618d53

Browse files
authored
Fix typo in Tools/wasm/README.md(#118358)
1 parent 2326d6c commit c618d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/wasm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Node builds use ``NODERAWFS``.
275275
### Hosting Python WASM builds
276276

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

0 commit comments

Comments
 (0)