From 8fe1a88e6ac3df20ad6bb96dd7e25aa18f2f438a Mon Sep 17 00:00:00 2001
From: Ikko Ashimine <eltociear@gmail.com>
Date: Sat, 12 Nov 2022 01:38:09 +0900
Subject: [PATCH] Fix typo in Tools/wasm/README.md (GH-99384)

Noticable -> Noticeable

Automerge-Triggered-By: GH:AlexWaygood
---
 Tools/wasm/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Tools/wasm/README.md b/Tools/wasm/README.md
index 8efc72cb9b8..f8dd6e675ea 100644
--- a/Tools/wasm/README.md
+++ b/Tools/wasm/README.md
@@ -283,7 +283,7 @@ ## Cross-compile to wasm32-wasi
 
 ## WASI limitations and issues (WASI SDK 15.0)
 
-A lot of Emscripten limitations also apply to WASI. Noticable restrictions
+A lot of Emscripten limitations also apply to WASI. Noticeable restrictions
 are:
 
 - Call stack size is limited. Default recursion limit and parser stack size
-- 
GitLab