Skip to content

Commit 868fcea

Browse files
committed
Typo: 'Explictly' to 'Explicitly', grammar on TypeScript section
1 parent 3b3755d commit 868fcea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/concept/state-decorate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ app
5858
```
5959
6060
## TypeScript
61-
You can type state and decorator explictly using TypeScript with `as`:
61+
You can type state and decorator explicitly using TypeScript with `as`:
6262
```typescript
6363
app
6464
// Will type version as `number | null`
@@ -68,7 +68,7 @@ app
6868
}) => version
6969
```
7070
71-
If explictly typed doesn't type `null` or `undefined`, make sure to set `strict` to `true` in `tsconfig.json`:
71+
If the explicit type doesn't type `null` or `undefined`, make sure to set `strict` to `true` in `tsconfig.json`:
7272
```json
7373
// tsconfig.json
7474
{

0 commit comments

Comments
 (0)