Skip to content

Commit c31d992

Browse files
authored
Merge pull request #83 from vahidabdi/patch
Fix typo in kit/lib/apollo.js
2 parents 1020761 + 539fa17 commit c31d992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kit/lib/apollo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { getServerURL } from 'kit/lib/env';
1717
// ----------------------
1818

1919
// Helper function to create a new Apollo client, by merging in
20-
// passed options alongside any set by `config.setApolloOptions` and defaults
20+
// passed options alongside any set by `config.setApolloClientOptions` and defaults
2121
export function createClient(opt = {}) {
2222
return new ApolloClient(Object.assign({
2323
reduxRootSelector: state => state.apollo,

0 commit comments

Comments
 (0)