From 8539de8d82ca48ef27ad124559ba33e85c5aa01a Mon Sep 17 00:00:00 2001 From: Reza Rahemtola <49811529+RezaRahemtola@users.noreply.github.com> Date: Thu, 13 Mar 2025 05:15:28 +0100 Subject: [PATCH 1/2] docs(react/getting-started): Fix typo Signed-off-by: Reza Rahemtola <49811529+RezaRahemtola@users.noreply.github.com> --- apps/portal/src/app/react/v5/getting-started/page.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/portal/src/app/react/v5/getting-started/page.mdx b/apps/portal/src/app/react/v5/getting-started/page.mdx index a46318c1715..d70297a46ea 100644 --- a/apps/portal/src/app/react/v5/getting-started/page.mdx +++ b/apps/portal/src/app/react/v5/getting-started/page.mdx @@ -78,7 +78,7 @@ export const client = createThirdwebClient({ }); ``` -You only need to define the client once. Exporting the client vartiable will allow you to use anywhere in your app. +You only need to define the client once. Exporting the client variable will allow you to use anywhere in your app. @@ -254,4 +254,4 @@ export default function App() { ## Learn more -You know have all the basics to build your own app with thirdweb. You can also check out the [full thirdweb SDK reference](/references/typescript/v5) to learn more about the different hooks and functions available. \ No newline at end of file +You know have all the basics to build your own app with thirdweb. You can also check out the [full thirdweb SDK reference](/references/typescript/v5) to learn more about the different hooks and functions available. From 510aef0543cf586bab03f585c306fb3a29eab314 Mon Sep 17 00:00:00 2001 From: Reza Rahemtola <49811529+RezaRahemtola@users.noreply.github.com> Date: Thu, 13 Mar 2025 05:17:27 +0100 Subject: [PATCH 2/2] Update apps/portal/src/app/react/v5/getting-started/page.mdx Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Signed-off-by: Reza Rahemtola <49811529+RezaRahemtola@users.noreply.github.com> --- apps/portal/src/app/react/v5/getting-started/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/portal/src/app/react/v5/getting-started/page.mdx b/apps/portal/src/app/react/v5/getting-started/page.mdx index d70297a46ea..9deae19e846 100644 --- a/apps/portal/src/app/react/v5/getting-started/page.mdx +++ b/apps/portal/src/app/react/v5/getting-started/page.mdx @@ -254,4 +254,4 @@ export default function App() { ## Learn more -You know have all the basics to build your own app with thirdweb. You can also check out the [full thirdweb SDK reference](/references/typescript/v5) to learn more about the different hooks and functions available. +You now have all the basics to build your own app with thirdweb. You can also check out the [full thirdweb SDK reference](/references/typescript/v5) to learn more about the different hooks and functions available.