We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6923657 commit 11b0319Copy full SHA for 11b0319
docs/getting-started/setup.mdx
@@ -11,7 +11,7 @@ Firstly, add `decapi` to your project
11
yarn add decapi graphql reflect-metadata
12
```
13
14
-**Important!** To work with `typescript`, you'll need `reflect-medatada` so `decapi` can infer types from your code.
+**Important!** To work with `typescript`, you'll need `reflect-metadata` so `decapi` can infer types from your code.
15
16
Add `import "reflect-metadata";` somewhere in bootstrap (before any `decapi` decorator is used) of your app eg `app/index.ts`.
17
0 commit comments