Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spelling #261

Merged
merged 1 commit into from
Aug 15, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/elasticsearch/custom-config/with-topology.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ $ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examp
elasticsearch.kubedb.com/custom-elasticsearch created
```

Bellow is the YAML for the Elasticsearch crd we just created.
Below is the YAML for the Elasticsearch crd we just created.

```yaml
apiVersion: kubedb.com/v1alpha1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ $ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examp
elasticsearch.kubedb.com/custom-elasticsearch created
```

Bellow is the YAML for the Elasticsearch crd we just created.
Below is the YAML for the Elasticsearch crd we just created.

```yaml
apiVersion: kubedb.com/v1alpha1
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/memcached/custom-config/using-custom-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ $ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examp
memcached.kubedb.com/custom-memcached created
```

Bellow is the YAML for the Memcached crd we just created.
Below is the YAML for the Memcached crd we just created.

```yaml
apiVersion: kubedb.com/v1alpha1
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/mysql/custom-config/using-custom-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ $ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examp
mysql.kubedb.com "custom-mysql" created
```

Bellow is the YAML for the MySQL crd we just created.
Below is the YAML for the MySQL crd we just created.

```yaml
apiVersion: kubedb.com/v1alpha1
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/postgres/custom-config/using-custom-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ $ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examp
postgres.kubedb.com "custom-postgres" created
```

Bellow is the YAML for the Postgres crd we just created.
Below is the YAML for the Postgres crd we just created.

```yaml
apiVersion: kubedb.com/v1alpha1
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/redis/custom-config/using-custom-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ $ kubectl apply -f https://raw.githubusercontent.com/kubedb/cli/0.8.0/docs/examp
redis.kubedb.com "custom-redis" created
```

Bellow is the YAML for the Redis crd we just created.
Below is the YAML for the Redis crd we just created.

```yaml
apiVersion: kubedb.com/v1alpha1
Expand Down