Commit 74076e59 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch 'fix-graphql-docs-typo' into 'master'

Fix minor typos in FE graphql docs

See merge request gitlab-org/gitlab!48911
parents 45b38556 7dabc759
......@@ -660,7 +660,7 @@ it('tests apollo component', () => {
const vm = shallowMount(App);
vm.setData({
...mock data
...mockData
});
});
```
......@@ -732,7 +732,7 @@ function createComponent(props = {}) {
ApolloMutation,
},
mocks: {
$apollo:
$apollo,
}
});
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment