Skip to content

Commit

Permalink
Fix docs (#1994)
Browse files Browse the repository at this point in the history
* fix spelling issue PULL_REQUEST_TEMPLATE.md

* add a missing verb Update dnpInstalled.ts

* fix spelling index.ts

* fix spelling issue README.md
  • Loading branch information
nnsW3 authored Jul 23, 2024
1 parent a49e610 commit 7fb8b94
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
## Test instructions

<!-- MANDATORY: please, do not skip this step, it is very importand for DAppNode team to have simple and well defined instructions on how to test this PR.
<!-- MANDATORY: please, do not skip this step, it is very important for DAppNode team to have simple and well defined instructions on how to test this PR.
-->
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/admin-ui/src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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]: (
Expand Down

0 comments on commit 7fb8b94

Please sign in to comment.