summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakmhmgc <38002468+akmhmgc@users.noreply.github.com>2022-08-21 08:37:24 +0900
committerGitHub <noreply@github.com>2022-08-21 01:37:24 +0200
commit3caec9721e094858411cf5452db76c4aea390625 (patch)
treea7bbff1ad80c63653ff1038a1a56f711461a0269
parent87f80ff6be5e2a132b583a9c380fff5db3cb2b07 (diff)
docs: Fix typo (#15507)
-rw-r--r--Releases.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Releases.md b/Releases.md
index 1ff3d5660..fab6ae823 100644
--- a/Releases.md
+++ b/Releases.md
@@ -3092,7 +3092,7 @@ Read more about this release at https://deno.land/v1
- fix(std/ws): provide default close code for ws.close() (#4172)
- fix(std/ws): sock shouldn't throw eof error when failed to read frame (#4083)
- fix: Bundles can be sync or async based on top level await (#4124)
-- fix: Move WebAsssembly namespace to shared_globals (#4084)
+- fix: Move WebAssembly namespace to shared_globals (#4084)
- fix: Resolve makeTemp paths from CWD (#4104)
- fix: Return non-zero exit code on malformed stdin fmt (#4163)
- fix: add window.self read-only property (#4131)