Skip to content

Commit

Permalink
Merge pull request kubernetes#288 from mooncak/fix_typos
Browse files Browse the repository at this point in the history
Fix typos: conecepts->concepts, lauched->launched
  • Loading branch information
k8s-ci-robot authored Nov 10, 2018
2 parents 78097f9 + b14bba7 commit 0b0859e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion staging/nodesjs-mongodb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ For more a in-depth explanation of this example, please [read this post.](https:

### Prerequisites

This example assumes that you have a basic understanding of Kubernetes conecepts (Pods, Services, Replication Controllers), a Kubernetes cluster up and running, and that you have installed the ```kubectl``` command line tool somewhere in your path. Please see the [getting started](https://kubernetes.io/docs/getting-started-guides/) for installation instructions for your platform.
This example assumes that you have a basic understanding of Kubernetes concepts (Pods, Services, Replication Controllers), a Kubernetes cluster up and running, and that you have installed the ```kubectl``` command line tool somewhere in your path. Please see the [getting started](https://kubernetes.io/docs/getting-started-guides/) for installation instructions for your platform.

Note: This example was tested on [Google Container Engine](https://cloud.google.com/container-engine/docs/). Some optional commands require the [Google Cloud SDK](https://cloud.google.com/sdk/).

Expand Down
2 changes: 1 addition & 1 deletion staging/storage/mysql-galera/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ When completed, you should be able to connect with a MySQL client to the IP addr

### An example of creating a cluster

Shown below are examples of Using ```kubectl``` from within the ```./examples/storage/mysql-galera``` directory, the status of the lauched replication controllers and services can be confirmed:
Shown below are examples of Using ```kubectl``` from within the ```./examples/storage/mysql-galera``` directory, the status of the launched replication controllers and services can be confirmed:

```
$ kubectl create -f examples/storage/mysql-galera/pxc-cluster-service.yaml
Expand Down

0 comments on commit 0b0859e

Please sign in to comment.