From 65467420b987f0cdd05804a1bf2e9a6494810a98 Mon Sep 17 00:00:00 2001 From: Dustin Ryerson Date: Thu, 12 Apr 2018 15:43:07 -0700 Subject: [PATCH] Update options.md Fix typo --- docs/en/api/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/api/options.md b/docs/en/api/options.md index 20e57e1ec..3b4828578 100644 --- a/docs/en/api/options.md +++ b/docs/en/api/options.md @@ -147,7 +147,7 @@ expect(wrapper.vm.$route).toBeInstanceOf(Object) - type: `boolean` - default: `false` -Component will be attach to DOM when rendered if set to `true`. +Component will be attached to DOM when rendered if set to `true`. ### `attrs`