From a086579b03eb11823c9c5b6ef90bf8b2b293c561 Mon Sep 17 00:00:00 2001
From: FT <140458077+zeevick10@users.noreply.github.com>
Date: Tue, 17 Dec 2024 16:30:10 +0100
Subject: [PATCH] fix: typos in documentation files (#1588)
* Update page.tsx
* Update index.tsx
---
src/app/terms-of-use/page.tsx | 4 ++--
src/components/common/Layout/index.tsx | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/app/terms-of-use/page.tsx b/src/app/terms-of-use/page.tsx
index a2154acabd..f42f714591 100644
--- a/src/app/terms-of-use/page.tsx
+++ b/src/app/terms-of-use/page.tsx
@@ -687,9 +687,9 @@ const Page = (): JSX.Element => (
Guild Member claims: Customer accessing and/or forming
part of the Guild ("Guild Member") may be allowed, by the Guild
- Admin, to claim Tokens and Rewards subject to the fulfilment of the
+ Admin, to claim Tokens and Rewards subject to the fulfillment of the
requirements set by the Guild Admin. Guild Members hereby acknowledge and
- agree that any terms applicable to the fulfilment of requirements in
+ agree that any terms applicable to the fulfillment of requirements in
order to potentially claim Rewards, as well as any Tokens from the Pool
are solely set by, and within the discretion of, the Guild Admin. Guild
Admins are also fully responsible for any distributions of Tokens.
diff --git a/src/components/common/Layout/index.tsx b/src/components/common/Layout/index.tsx
index 766d794378..d191f82f70 100644
--- a/src/components/common/Layout/index.tsx
+++ b/src/components/common/Layout/index.tsx
@@ -46,7 +46,7 @@ export const Layout = {
*
* Intended to be used on an empty page
*
- * For specifing `maxWidth` property, use `sizes.container.`
+ * For specifying `maxWidth` property, use `sizes.container.`
*/
Root,
Header,