Skip to content

Commit e45f2b8

Browse files
Itai GendlerItai Gendler
authored andcommitted
update docs
1 parent af571ed commit e45f2b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs-template/content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight = 1
66

77
# Codefresh CLI
88

9-
Welcome to Codefresh's official CLI documentation!
9+
Welcome to Codefresh official CLI documentation!
1010

1111
Codefresh CLI provides a full and flexible interface to interact with Codefresh.<br>
1212
The CLI can be used to achieve the following:

lib/interface/cli/commands/context/apply.cmd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const command = new Command({
1515
},
1616
webDocs: {
1717
category: 'Contexts',
18-
title: 'Updated a context',
18+
title: 'Update a context',
1919
},
2020
builder: (yargs) => {
2121
return yargs;

lib/interface/cli/commands/workflow/get.cmd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const command = new Command({
1313
aliases: ['build'],
1414
parent: getRoot,
1515
cliDocs: {
16-
description: 'Get a specific builds or an array of builds',
16+
description: 'Get a specific build or an array of builds',
1717
},
1818
webDocs: {
1919
category: 'Builds',

0 commit comments

Comments
 (0)