We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3755d commit 868fceaCopy full SHA for 868fcea
docs/concept/state-decorate.md
@@ -58,7 +58,7 @@ app
58
```
59
60
## TypeScript
61
-You can type state and decorator explictly using TypeScript with `as`:
+You can type state and decorator explicitly using TypeScript with `as`:
62
```typescript
63
app
64
// Will type version as `number | null`
@@ -68,7 +68,7 @@ app
68
}) => version
69
70
71
-If explictly typed doesn't type `null` or `undefined`, make sure to set `strict` to `true` in `tsconfig.json`:
+If the explicit type doesn't type `null` or `undefined`, make sure to set `strict` to `true` in `tsconfig.json`:
72
```json
73
// tsconfig.json
74
{
0 commit comments