From 329f2c274ace54028722e50eb43d5d5094f9d6a1 Mon Sep 17 00:00:00 2001 From: Alexander <36049693+qzerrty@users.noreply.github.com> Date: Fri, 26 Jan 2024 15:46:55 +0300 Subject: [PATCH] Fixed typo in observable-state.md (#3821) --- docs/observable-state.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/observable-state.md b/docs/observable-state.md index 26c05ebfb..821790d87 100644 --- a/docs/observable-state.md +++ b/docs/observable-state.md @@ -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`.