Skip to content

Commit b5b511e

Browse files
pebutler3eddyerburgh
authored andcommitted
docs: fix typo (vuejs#1180)
1 parent 839402b commit b5b511e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Options for `mount` and `shallowMount`.
44

55
:::tip
6-
Aside form the options documented below, the `options` object can contain any option that would be valid in a call to `new Vue ({ /*options here*/ })`.
6+
Aside from the options documented below, the `options` object can contain any option that would be valid in a call to `new Vue ({ /*options here*/ })`.
77
These options will be merged with the component's existing options when mounted with `mount` / `shallowMount`
88

99
[See other options for examples](#other-options)

0 commit comments

Comments
 (0)