diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 871e2b3a..73212ef9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -59,7 +59,7 @@ information on using pull requests.
A good way to familiarize yourself with the code base and successfully submit your first Pull Request is to [find an issue](https://github.blog/2020-01-22-browse-good-first-issues-to-start-contributing-to-open-source/) labeled `Good First Issue`.
-Project leads carefully curate issues and label with `Good First Issue` only the ones that can be solved independently by new contributors such as yourself. Work at your own pace. You will not be dependant and waiting on other contributors to solve their open issues nor will you block contributors waiting on you. Take your time. Make a good first impression!
+Project leads carefully curate issues and label with `Good First Issue` only the ones that can be solved independently by new contributors such as yourself. Work at your own pace. You will not be dependent and waiting on other contributors to solve their open issues nor will you block contributors waiting on you. Take your time. Make a good first impression!
Having a successfully merged PR π unlocks the first levelπ of access to the core team inner circles. Looking forward to meeting you there! π
diff --git a/src/pages/Migrate/Migrate.tsx b/src/pages/Migrate/Migrate.tsx
index 2932716e..648b7a8b 100644
--- a/src/pages/Migrate/Migrate.tsx
+++ b/src/pages/Migrate/Migrate.tsx
@@ -94,7 +94,7 @@ const MigrateUI = () => {
{/* />*/}
{/* }*/}
+ {/* icon={}*/}
{/* title={t('migratePage.alreadyEarned')}*/}
{/* stat={`$150.000`}*/}
{/* />*/}
diff --git a/src/state/stake/hooks.ts b/src/state/stake/hooks.ts
index 43be06a2..b4664ff9 100644
--- a/src/state/stake/hooks.ts
+++ b/src/state/stake/hooks.ts
@@ -351,7 +351,7 @@ export function useGetStakingDataWithAPR(version: number) {
...aprResponses[i]
}))
)
- //@ts-expect-error because this is neccesary
+ //@ts-expect-error because this is necessary
.then(setStakingInfoData)
}