Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
Fix typos in docs (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan-rns authored Oct 1, 2020
1 parent d9848a1 commit 817c1af
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/commands/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ KAM binaries can be downloaded [https://github.com/redhat-developer/kam/releases


<medium><pre>
Kubernetes Application Managemer (KAM) CLI tool to scaffold your GitOps repository
Kubernetes Application Managemer(KAM) is a CLI tool to scaffold your GitOps repository

Usage:
kam [command]
Expand Down
2 changes: 1 addition & 1 deletion docs/journey/day1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You need to have the following installed in the OCP 4.x cluster.

And, you will need this.

* Create your [GitOps repository](prerequisites/gitops_repo.md) and leave it unitialized.
* Create your [GitOps repository](prerequisites/gitops_repo.md) and leave it uninitialized.
* Application Source repository ([taxi](prerequisites/service_repo.md) is used as an example in this document)
* The external image repository secret to authenticate image pushes on sucessfull pipeline execution. To use quay.io, please follow [prerequisites/quay.md](prerequisites/quay.md)
* Download official [kam](https://github.com/redhat-developer/kam/releases) binary
Expand Down
2 changes: 1 addition & 1 deletion docs/journey/day1/prerequisites/argocd.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

There are three steps in this installation
* [create `argocd` namespace ](#Create-argocd-namespace)
* [nstall ArgoCD Operator](#install-ArgoCD-Operator)
* [install ArgoCD Operator](#install-ArgoCD-Operator)
* [Add Role Binding](#Add-Role-Binding)

## Create argocd namespace
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/kam.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

var (
kamLong = "Kubernetes Application Managemer (KAM) CLI tool to scaffold your GitOps repository"
kamLong = "Kubernetes Application Managemer(KAM) is a CLI tool to scaffold your GitOps repository"
fullName = "kam"
)

Expand Down

0 comments on commit 817c1af

Please sign in to comment.