Skip to content

Commit 861a964

Browse files
authored
Merge pull request #151 from Tomoya-Sato/fix-typo
Fixed typo
2 parents 6bb8ebf + f2f7f23 commit 861a964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample_settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default {
99
},
1010
github: {
1111
// baseUrl: 'https://github.mycompany.com:123/etc',
12-
// apiUrl: 'https//api.github.mycompany.com',
12+
// apiUrl: 'https://api.github.mycompany.com',
1313
owner: '{{repository owner (user or organization)}}',
1414
ownerIsOrg: false,
1515
token: '{{token}}',

0 commit comments

Comments
 (0)