Skip to content

Commit

Permalink
fix: typos in documentation files (#1588)
Browse files Browse the repository at this point in the history
* Update page.tsx

* Update index.tsx
  • Loading branch information
zeevick10 authored Dec 17, 2024
1 parent ca0b232 commit a086579
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/terms-of-use/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -687,9 +687,9 @@ const Page = (): JSX.Element => (
<li>
<strong>Guild Member claims</strong>: Customer accessing and/or forming
part of the Guild (&quot;Guild Member&quot;) 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.
Expand Down
2 changes: 1 addition & 1 deletion src/components/common/Layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const Layout = {
*
* Intended to be used on an empty page
*
* For specifing `maxWidth` property, use `sizes.container.<size>`
* For specifying `maxWidth` property, use `sizes.container.<size>`
*/
Root,
Header,
Expand Down

0 comments on commit a086579

Please sign in to comment.