From f092d108d5d52fb33e6abbae53e693d1fb339ca5 Mon Sep 17 00:00:00 2001 From: "P.E. Butler III" Date: Mon, 11 Mar 2019 20:59:10 -0600 Subject: [PATCH] fix typo --- docs/api/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)