Skip to content

Commit 4a22223

Browse files
authored
Fix typo
1 parent 261bc33 commit 4a22223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ That was easy as well, so let's step up the game.
9191

9292
### Component data
9393

94-
Changing the data of the component can be quite useful for efficient testing. The method `setData({...})` is ment for changing the data on the instance. You can interact with the instance directly using the `vm` key. As Vue automatically sets all data values and computed properties as getters on the root instance, we can access those values straight away.
94+
Changing the data of the component can be quite useful for efficient testing. The method `setData({...})` is meant for changing the data on the instance. You can interact with the instance directly using the `vm` key. As Vue automatically sets all data values and computed properties as getters on the root instance, we can access those values straight away.
9595
It may be useful to change the data accordingly for a whole group of specs, so `beforeEach()` could be a good place for that:
9696

9797
```js

0 commit comments

Comments
 (0)