Commit 7dabc759 authored by Brandon Labuschagne's avatar Brandon Labuschagne

Fix minor typos in FE graphql docs

parent f53be7f0
...@@ -660,7 +660,7 @@ it('tests apollo component', () => { ...@@ -660,7 +660,7 @@ it('tests apollo component', () => {
const vm = shallowMount(App); const vm = shallowMount(App);
vm.setData({ vm.setData({
...mock data ...mockData
}); });
}); });
``` ```
...@@ -732,7 +732,7 @@ function createComponent(props = {}) { ...@@ -732,7 +732,7 @@ function createComponent(props = {}) {
ApolloMutation, ApolloMutation,
}, },
mocks: { 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