From 81d7d9d3dd078a9c5acbf14a37f0beae715ca11f Mon Sep 17 00:00:00 2001
From: Marco Ippolito <marcoippolito54@gmail.com>
Date: Wed, 31 Jul 2024 08:03:18 +0200
Subject: [PATCH] chore: Typo in typescript_wasm README (#9354)

---
 bindings/binding_typescript_wasm/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bindings/binding_typescript_wasm/README.md b/bindings/binding_typescript_wasm/README.md
index b122cd3612ec..aff59a0bf0d6 100644
--- a/bindings/binding_typescript_wasm/README.md
+++ b/bindings/binding_typescript_wasm/README.md
@@ -2,7 +2,7 @@
 
 This package provides a Wasm binding for the TypeScript transform.
 
-The supported TypeScript version is currently 5.5.4, execpt the stage 3 decorator proposal.
+The supported TypeScript version is currently 5.5.4, except the stage 3 decorator proposal.
 
 ## Contributing