Skip to content

Commit 380d98b

Browse files
authored
Fix typo (vuejs#1442)
1 parent 1c4f57c commit 380d98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/scaling-up/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ test('it should work', () => {
171171
})
172172
```
173173

174-
Finallym, update `package.json` to add the test script and run it:
174+
Finally, update `package.json` to add the test script and run it:
175175

176176
```json{4}
177177
{

0 commit comments

Comments
 (0)