Skip to content

Commit 594b67f

Browse files
authored
fix: fix typo (#8)
1 parent bb87179 commit 594b67f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ class GithubScmGraphQL {
77
/**
88
* constructor
99
* @param {Object} config The config object
10-
* @param {String} config.graphQlUrl The graphql url
10+
* @param {String} config.graphqlUrl The graphql url
1111
*/
1212
constructor(config) {
1313
this.sdGql = new SDGraphQLClient({
14-
graphqlUrl: config.graphQlUrl || 'https://api.github.com/graphql'
14+
graphqlUrl: config.graphqlUrl || 'https://api.github.com/graphql'
1515
});
1616
}
1717

0 commit comments

Comments
 (0)