diff --git a/src/app/typescript/v5/react/getting-started/page.mdx b/src/app/typescript/v5/react/getting-started/page.mdx
index dbb441cd..1321314b 100644
--- a/src/app/typescript/v5/react/getting-started/page.mdx
+++ b/src/app/typescript/v5/react/getting-started/page.mdx
@@ -18,13 +18,13 @@ or clone the the Next.js or Vite starter repo:
@@ -84,7 +84,7 @@ You only need to define the client once. Exporting the client vartiable will all
-There are two ways to connect users to your app:
+There are two ways to connect users to your app:
- The prebuilt `ConnectButton` or `ConnectEmbed` components.
- Your own custom button.
@@ -107,7 +107,7 @@ function App() {
The `ConnectButton` and `ConnectEmbed` components come with built-in support for 350+ of wallets, 2000+ chains, fiat on-ramping, crypto swapping, transaction tracking, and more.
-You can also build your own custom button using the [`useConnect`](/typescript/v5/react/) hook.
+You can also build your own custom button using the [`useConnect`](/typescript/v5/react/) hook.
diff --git a/src/app/typescript/v5/react/page.mdx b/src/app/typescript/v5/react/page.mdx
index a9ccdb9c..3a1a625f 100644
--- a/src/app/typescript/v5/react/page.mdx
+++ b/src/app/typescript/v5/react/page.mdx
@@ -43,13 +43,13 @@ or clone the the Next.js or Vite starter repo: