Skip to content

Commit 89fa929

Browse files
authored
Update reactivity-fundamentals.md
fix: count of errors in docs
1 parent d9fe0f8 commit 89fa929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/essentials/reactivity-fundamentals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ console.log(proxy.nested === raw) // false
430430

431431
### Обмеження `reactive()` \*\* {#limitations-of-reactive}
432432

433-
`reactive()` API має два обмеження:
433+
`reactive()` API має три обмеження:
434434

435435
1. Він працює лише для типів об’єктів (об’єктів, масивів і [типів колекцій](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects#keyed_collections), таких як `Map` і ` Set`). Він не може містити [примітивні типи](https://developer.mozilla.org/en-US/docs/Glossary/Primitive), такі як `string`, `number` або `boolean`.
436436

0 commit comments

Comments
 (0)