Skip to content

Commit

Permalink
fix(docs): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tien committed Jun 17, 2024
1 parent 804153a commit 8e1d39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/docs/getting-started/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ For more information on metadata syncing and type generation, please refer to th

## Add type information

The records of `ChainId` -> `Descriptor` here will be used to provided you with the right type definitions when using hooks.
The records of `ChainId` -> `Descriptor` here will be used to provide you with the right type definitions when using hooks.

```ts title="redot.d.ts"
import type { dot } from "@polkadot-api/descriptors";
Expand Down

0 comments on commit 8e1d39a

Please sign in to comment.