chore: fix casing of gitlab and github

Signed-off-by: Billy Michael <billy_michael@outlook.com>
This commit is contained in:
Billy Michael
2024-04-05 19:16:31 +01:00
parent 33f958ac2b
commit 7f8a5ad528
2 changed files with 8 additions and 8 deletions
@@ -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: [
{
@@ -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: [
{