Apply suggestions from code review

Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
Signed-off-by: Billy Michael <billy_michael@outlook.com>
This commit is contained in:
Billy Michael
2024-04-01 16:21:48 +01:00
committed by GitHub
parent 24f3c907c6
commit 55bffb2ab1
6 changed files with 7 additions and 7 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 Azure with the default confiiguration.',
'Initializes a git repository with the content in the workspace, and publishes it to Azure DevOps with the default configuration.',
example: yaml.stringify({
steps: [
{
@@ -36,7 +36,7 @@ export const examples: TemplateExample[] = [
}),
},
{
description: 'Initializes an Azure repository with a description.',
description: 'Initializes an Azure DevOps repository with a description.',
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 Bitbucket Cloud with the default confiiguration.',
'Initializes a git repository with the content in the workspace, and publishes it to Bitbucket Cloud with the default configuration.',
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 Bitbucket with the default confiiguration.',
'Initializes a git repository with the content in the workspace, and publishes it to Bitbucket with the default configuration.',
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 Gitea with the default confiiguration.',
'Initializes a git repository with the content in the workspace, and publishes it to Gitea with the default configuration.',
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 Github with the default confiiguration.',
'Initializes a git repository with the content in the workspace, and publishes it to Github with the default configuration.',
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 with the content in the workspace, and publishes it to Gitlab with the default configuration.',
example: yaml.stringify({
steps: [
{