diff --git a/plugins/scaffolder-backend-module-github/src/actions/github.examples.ts b/plugins/scaffolder-backend-module-github/src/actions/github.examples.ts index b558e4904d..85dcbeb902 100644 --- a/plugins/scaffolder-backend-module-github/src/actions/github.examples.ts +++ b/plugins/scaffolder-backend-module-github/src/actions/github.examples.ts @@ -20,7 +20,7 @@ import yaml from 'yaml'; export const examples: TemplateExample[] = [ { description: - 'Initializes a git repository of the content in the workspace, and publishes it to Github with the default confiiguration.', + 'Initializes a git repository of the content in the workspace, and publishes it to GitHub with the default confiiguration.', example: yaml.stringify({ steps: [ { @@ -35,7 +35,7 @@ export const examples: TemplateExample[] = [ }), }, { - description: 'Initializes a Github repository with a description.', + description: 'Initializes a GitHub repository with a description.', example: yaml.stringify({ steps: [ { @@ -52,7 +52,7 @@ export const examples: TemplateExample[] = [ }, { description: - 'Initializes a Github repository with public repo visibility, if not set defaults to private', + 'Initializes a GitHub repository with public repo visibility, if not set defaults to private', example: yaml.stringify({ steps: [ { diff --git a/plugins/scaffolder-backend-module-gitlab/src/actions/gitlab.examples.ts b/plugins/scaffolder-backend-module-gitlab/src/actions/gitlab.examples.ts index f08521b943..2f4de4fc03 100644 --- a/plugins/scaffolder-backend-module-gitlab/src/actions/gitlab.examples.ts +++ b/plugins/scaffolder-backend-module-gitlab/src/actions/gitlab.examples.ts @@ -20,7 +20,7 @@ import yaml from 'yaml'; export const examples: TemplateExample[] = [ { description: - 'Initializes a git repository of the content in the workspace, and publishes it to Gitlab with the default confiiguration.', + 'Initializes a git repository of the content in the workspace, and publishes it to GitLab with the default confiiguration.', example: yaml.stringify({ steps: [ { @@ -52,7 +52,7 @@ export const examples: TemplateExample[] = [ }, { description: - 'Initializes a Gitlab repository with an initial commit message, if not set defaults to `initial commit`.', + 'Initializes a GitLab repository with an initial commit message, if not set defaults to `initial commit`.', example: yaml.stringify({ steps: [ { @@ -69,7 +69,7 @@ export const examples: TemplateExample[] = [ }), }, { - description: 'Initializes a Gitlab repository with aditional settings.', + description: 'Initializes a GitLab repository with aditional settings.', example: yaml.stringify({ steps: [ { @@ -88,7 +88,7 @@ export const examples: TemplateExample[] = [ }), }, { - description: 'Initializes a Gitlab repository with branch settings.', + description: 'Initializes a GitLab repository with branch settings.', example: yaml.stringify({ steps: [ { @@ -115,7 +115,7 @@ export const examples: TemplateExample[] = [ }), }, { - description: 'Initializes a Gitlab repository with environment variables.', + description: 'Initializes a GitLab repository with environment variables.', example: yaml.stringify({ steps: [ {