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 4e50369 commit 0b7faf2Copy full SHA for 0b7faf2
src/guide/essentials/list.md
@@ -317,7 +317,7 @@ Check out [this example of a simple todo list](https://sfc.vuejs.org/#eyJBcHAudn
317
318
### Mutation Methods
319
320
-Vue is able to detect when an reactive array's mutation methods are called and trigger necessary updates. These mutation methods are:
+Vue is able to detect when a reactive array's mutation methods are called and trigger necessary updates. These mutation methods are:
321
322
- `push()`
323
- `pop()`
0 commit comments