chore: fix spelling of GitHub in badge descriptions (#10199)

This commit is contained in:
Marc Bernard
2024-05-26 11:16:39 +02:00
committed by GitHub
parent 8ca5682ba1
commit e43cb0c9b5
8 changed files with 12 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ export default class GithubLernaJson extends ConditionalGithubAuthV3Service {
static openApi = {
'/github/lerna-json/v/{user}/{repo}': {
get: {
summary: 'Github lerna version',
summary: 'GitHub lerna version',
description: documentation,
parameters: pathParams(
{
@@ -36,7 +36,7 @@ export default class GithubLernaJson extends ConditionalGithubAuthV3Service {
},
'/github/lerna-json/v/{user}/{repo}/{branch}': {
get: {
summary: 'Github lerna version (branch)',
summary: 'GitHub lerna version (branch)',
description: documentation,
parameters: pathParams(
{