Skip to content

Commit 0b7faf2

Browse files
authored
Fixed a typo (changed an to a, due to consonant) (#1826)
1 parent 4e50369 commit 0b7faf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/essentials/list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ Check out [this example of a simple todo list](https://sfc.vuejs.org/#eyJBcHAudn
317317

318318
### Mutation Methods
319319

320-
Vue is able to detect when an reactive array's mutation methods are called and trigger necessary updates. These mutation methods are:
320+
Vue is able to detect when a reactive array's mutation methods are called and trigger necessary updates. These mutation methods are:
321321

322322
- `push()`
323323
- `pop()`

0 commit comments

Comments
 (0)