diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a588df62e..45b25d2f3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -14,5 +14,5 @@ ## Test instructions - diff --git a/README.md b/README.md index 554b0f6c6..63902e738 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ yarn start _Note: This mode is not working a the moment since cross-domain cookies are not enabled._ -4. Docker real-time development (Recomended). +4. Docker real-time development (recommended). SSH into your Dappnode and clone this repo: diff --git a/packages/admin-ui/src/__mock-backend__/data/dnpInstalled.ts b/packages/admin-ui/src/__mock-backend__/data/dnpInstalled.ts index baa89f23a..0a8ce588d 100644 --- a/packages/admin-ui/src/__mock-backend__/data/dnpInstalled.ts +++ b/packages/admin-ui/src/__mock-backend__/data/dnpInstalled.ts @@ -4,7 +4,7 @@ import { MockDnp } from "./dnps/types"; import { mockDnps } from "./dnps"; // The functions: getContainerName, getContainerDomain and getImageTag are utility functions from the module @dappnode/utils -// they are used in the server mock, and to avoid compiling issues due to not able to use node modules in the browser +// they are used in the server mock, and to avoid compiling issues due to not being able to use node modules in the browser // they are copied here // TODO: either export them from uitls in a subpath separately or find a way to use them in the browser without duplicating them diff --git a/packages/admin-ui/src/api/index.ts b/packages/admin-ui/src/api/index.ts index 8e64a7ccb..d2c7e8295 100644 --- a/packages/admin-ui/src/api/index.ts +++ b/packages/admin-ui/src/api/index.ts @@ -105,7 +105,7 @@ export const api: Routes = mapValues( /** * React hook to perform RPC calls on component mount - * Usefull to keep track of changing data that may need to be revalidated + * Useful to keep track of changing data that may need to be revalidated */ export const useApi: { [K in keyof Routes]: (