diff --git a/docs/api/selectors.md b/docs/api/selectors.md index 42e307f45..3c2428277 100644 --- a/docs/api/selectors.md +++ b/docs/api/selectors.md @@ -19,7 +19,7 @@ You can also use combinators: - adjacent sibling selector (`div + .foo`) - general sibling selector (`div ~ .foo`) -###Vue Components +### Vue Components Vue components are also valid selectors. @@ -39,7 +39,7 @@ const wrapper = shallowMount(Foo) expect(wrapper.is(Foo)).toBe(true) ``` -###Find Option Object +### Find Option Object #### Name diff --git a/docs/ja/api/config.md b/docs/ja/api/config.md index 75eff76e1..be41ac562 100644 --- a/docs/ja/api/config.md +++ b/docs/ja/api/config.md @@ -2,7 +2,7 @@ vue-test-utils にはオプションを定義するための `config` オプションがあります。 -### vue-test-utils` `config` オプション +### Vue Test Utils Config オプション #### `stubs`