Skip to content

Commit

Permalink
Fixed typo in observable-state.md (#3821)
Browse files Browse the repository at this point in the history
  • Loading branch information
asmalcev committed Jan 26, 2024
1 parent df7e1eb commit 329f2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/observable-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Inference rules:
Usage:

- `observable(source, overrides?, options?)`
- `@observabe accessor` _(field decorator)_
- `@observable accessor` _(field decorator)_

The `observable` annotation can also be called as a function to make an entire object observable at once.
The `source` object will be cloned and all members will be made observable, similar to how it would be done by `makeAutoObservable`.
Expand Down

0 comments on commit 329f2c2

Please sign in to comment.