diff --git a/apps/indexer-admin/TODO.md b/apps/indexer-admin/TODO.md index 441a92fe4..a71240173 100644 --- a/apps/indexer-admin/TODO.md +++ b/apps/indexer-admin/TODO.md @@ -1,4 +1,4 @@ -## Plan to refactor this projet +## Plan to refactor this project - Part 1 for the whole project @@ -15,7 +15,7 @@ - Part 2 for the query and contract - - [ ] Move the relative codes to togather. + - [ ] Move the relative codes to together. - [ ] Wrap ContractSDK. ... diff --git a/apps/indexer-admin/src/App.tsx b/apps/indexer-admin/src/App.tsx index 035b4de45..1997c5f14 100644 --- a/apps/indexer-admin/src/App.tsx +++ b/apps/indexer-admin/src/App.tsx @@ -76,7 +76,7 @@ const AppContents = () => { // note this flow, after allow all wallet can be access, the coordinatorIndexer is a async fetch, // all of other components dependent the result. - // and hasController also be dependent for otehr components. + // and hasController also be dependent for other components. useMount(async () => { await load(); }); diff --git a/apps/indexer-admin/src/components/errorPlaceholder/index.tsx b/apps/indexer-admin/src/components/errorPlaceholder/index.tsx index e4a18fcaf..73b444809 100644 --- a/apps/indexer-admin/src/components/errorPlaceholder/index.tsx +++ b/apps/indexer-admin/src/components/errorPlaceholder/index.tsx @@ -33,7 +33,7 @@ const ErrorPlaceholder: FC = (props) => { Oops! Can't connect to coordinator - It looks like the coordinator service is temporarily unavaiable + It looks like the coordinator service is temporarily unavailable , please
check your coordinator service or let us know in diff --git a/apps/indexer-admin/src/components/forms/restartIndexing.tsx b/apps/indexer-admin/src/components/forms/restartIndexing.tsx index 713559466..5189b5b0d 100644 --- a/apps/indexer-admin/src/components/forms/restartIndexing.tsx +++ b/apps/indexer-admin/src/components/forms/restartIndexing.tsx @@ -175,7 +175,7 @@ export const IndexingForm: FC = ({ setVisible, id: propsId, onSuccess }) type: 'default' as NOTIFICATION_TYPE, title: 'Purge POI', message: - 'Sent request to purge Proof of Index (POI), it will take around 2 minutes dependeing on your indexing progress. Monitor the network tab for progress.', + 'Sent request to purge Proof of Index (POI), it will take around 2 minutes depending on your indexing progress. Monitor the network tab for progress.', }); } diff --git a/apps/indexer-admin/src/pages/controllers/types.ts b/apps/indexer-admin/src/pages/controllers/types.ts index dd50cc25d..067572566 100644 --- a/apps/indexer-admin/src/pages/controllers/types.ts +++ b/apps/indexer-admin/src/pages/controllers/types.ts @@ -9,5 +9,5 @@ export type Controller = { export enum ControllerAction { configController = 'configController', removeAccount = 'removeAccount', - withdraw = 'widthdraw', + withdraw = 'withdraw', } diff --git a/apps/indexer-admin/src/pages/projects/constant.ts b/apps/indexer-admin/src/pages/projects/constant.ts index 36d662171..c18d00d45 100644 --- a/apps/indexer-admin/src/pages/projects/constant.ts +++ b/apps/indexer-admin/src/pages/projects/constant.ts @@ -25,7 +25,7 @@ export const createAddProjectSteps = (onAddProject: FormSubmit) => ({ { index: 0, title: 'Add new project', - desc: 'Input the deployment id, and add the project into you service. Your can manage the project in the projects page and start indexing the project at any time you want.', + desc: 'Input the deployment id, and add the project into your service. Your can manage the project in the projects page and start indexing the project at any time you want.', buttonTitle: 'Add project', form: { formValues: initialProjectValues,