diff --git a/docs/api/options.md b/docs/api/options.md index 5f11b8d2d..39ac9178d 100644 --- a/docs/api/options.md +++ b/docs/api/options.md @@ -3,7 +3,7 @@ Options for `mount` and `shallowMount`. :::tip -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*/ })`. +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*/ })`. These options will be merged with the component's existing options when mounted with `mount` / `shallowMount` [See other options for examples](#other-options)