Skip to content

Commit

Permalink
Spelling mistakes in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kostis-codefresh committed Oct 11, 2018
1 parent 3308ef0 commit b91363f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ weight = 1

Welcome to Codefresh official CLI documentation!

Codefresh CLI provides a full and flexible interface to interact with Codefresh.<br>
The Codefresh CLI provides a full and flexible interface to interact with Codefresh.<br>
The CLI can be used to achieve the following:
<ul>
<li>Perform any opeartion you would be able to do through the UI.</li>
<li>Create complex automations from your local machine.</li>
<li>Perform any operation you would be able to do through the UI.</li>
<li>Create complex automation from your local machine.</li>
<li>Run complex pipeline use cases by using the CLI inside your pipeline steps.</li>
</ul>

To get started please navigate to [Getting started](getting-started) page.
To get started please navigate to the [Getting started](getting-started) page.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codefresh",
"version": "0.8.76",
"version": "0.8.77",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand Down

0 comments on commit b91363f

Please sign in to comment.