Skip to content

Commit

Permalink
improve and de-dupe service titles
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Aug 21, 2023
1 parent 963bf48 commit aebbc8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions services/github/github-all-contributors.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default class GithubAllContributorsService extends ConditionalGithubAuthV
static openApi = {
'/github/all-contributors/{user}/{repo}/{branch}': {
get: {
summary: 'GitHub contributors (via allcontributors.org)',
summary: 'GitHub contributors from allcontributors.org (with branch)',
description,
parameters: pathParams(
{
Expand All @@ -48,7 +48,7 @@ export default class GithubAllContributorsService extends ConditionalGithubAuthV
},
'/github/all-contributors/{user}/{repo}': {
get: {
summary: 'GitHub contributors (via allcontributors.org)',
summary: 'GitHub contributors from allcontributors.org',
description,
parameters: pathParams(
{
Expand Down
2 changes: 1 addition & 1 deletion services/github/github-license.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default class GithubLicense extends GithubAuthV3Service {
static openApi = {
'/github/license/{user}/{repo}': {
get: {
summary: 'GitHub',
summary: 'GitHub License',
description: documentation,
parameters: pathParams(
{
Expand Down

0 comments on commit aebbc8e

Please sign in to comment.