Skip to content

Commit 11b0319

Browse files
authored
fixes a typo
1 parent 6923657 commit 11b0319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/setup.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Firstly, add `decapi` to your project
1111
yarn add decapi graphql reflect-metadata
1212
```
1313

14-
**Important!** To work with `typescript`, you'll need `reflect-medatada` so `decapi` can infer types from your code.
14+
**Important!** To work with `typescript`, you'll need `reflect-metadata` so `decapi` can infer types from your code.
1515

1616
Add `import "reflect-metadata";` somewhere in bootstrap (before any `decapi` decorator is used) of your app eg `app/index.ts`.
1717

0 commit comments

Comments
 (0)