From 7dbbabeac75fa46356d835559d7af4cfb6944b91 Mon Sep 17 00:00:00 2001 From: Jinjiang Date: Tue, 26 Sep 2017 14:53:27 +0800 Subject: [PATCH] [en] typos --- docs/en/features/scoped-css.md | 2 +- docs/en/options.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/features/scoped-css.md b/docs/en/features/scoped-css.md index 68d00b5c9..35e91ad82 100644 --- a/docs/en/features/scoped-css.md +++ b/docs/en/features/scoped-css.md @@ -46,7 +46,7 @@ You can include both scoped and non-scoped styles in the same component: ### Child Component Root Elements -With `scoped`, the parent component's styles will not leak into child components. However, a child component's root node will be affected by both the parent's scoped CSS and the child's scoped CSS. This is by design so that the the parent can style the child root element for layout purposes. +With `scoped`, the parent component's styles will not leak into child components. However, a child component's root node will be affected by both the parent's scoped CSS and the child's scoped CSS. This is by design so that the parent can style the child root element for layout purposes. ### Deep Selectors diff --git a/docs/en/options.md b/docs/en/options.md index 519d931d2..fde81e4e2 100644 --- a/docs/en/options.md +++ b/docs/en/options.md @@ -142,7 +142,7 @@ module.exports = { - type: `Array` - default: `[]` - Configure `modules` options for `vue-template-compiler`, In about details, see more [`modules` option](https://github.com/vuejs/vue/blob/dev/packages/vue-template-compiler/README.md#compilercompiletemplate-options) of `vue-template-compiler`. + Configure `modules` options for `vue-template-compiler`. In about details, see more [`modules` option](https://github.com/vuejs/vue/blob/dev/packages/vue-template-compiler/README.md#compilercompiletemplate-options) of `vue-template-compiler`. ### compilerDirectives