Skip to content

Commit 10237ed

Browse files
w2xicexbrayat
authored andcommitted
docs(api): fix missing chars
1 parent 8e499e7 commit 10237ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/api/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ test('shallow', () => {
829829
const wrapper = mount(Component, { shallow: true })
830830

831831
expect(wrapper.html()).toEqual(
832-
`<a-component-stub></a-component-stub><another-component></another-component>`
832+
`<a-component-stub></a-component-stub><another-component-stub></another-component-stub>`
833833
)
834834
}
835835
```

docs/fr/api/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ test('shallow', () => {
825825
const wrapper = mount(Component, { shallow: true });
826826
827827
expect(wrapper.html()).toEqual(
828-
`<a-component-stub></a-component-stub><another-component></another-component>`,
828+
`<a-component-stub></a-component-stub><another-component-stub></another-component-stub>`,
829829
);
830830
});
831831
```

0 commit comments

Comments
 (0)