docs: Fixed the wrong variable name (#721)

Fixed the wrong variable name `clientBptions`
This commit is contained in:
Huang ShuWei
2019-08-07 17:28:23 +08:00
committed by Guillaume Chau
parent f62d4fbc8d
commit 6ca0a43088
+1 -1
View File
@@ -36,7 +36,7 @@ export function createProvider (options = {}) {
const createB = createApolloClient({
...defaultOptions,
...clientBptions,
...clientBOptions,
});
const a = createA.apolloClient;