Skip to content

Commit

Permalink
Fix typos (apache#2507)
Browse files Browse the repository at this point in the history
* Fix typo: mental -> metal

* Fix typo: adnin -> admin
  • Loading branch information
maskit authored and merlimat committed Sep 1, 2018
1 parent 95f2bf8 commit 23afb69
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion site/docs/latest/admin-api/tenants.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ $ pulsar-admin tenants get my-tenant

### Delete

#### pulsar-adnin
#### pulsar-admin

You can delete a tenant using the [`delete`](../../reference/CliTools#pulsar-admin-tenants-delete) subcommand and specifying the tenant name:

Expand Down
2 changes: 1 addition & 1 deletion site2/docs/admin-api-schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Retrieve the schema of a given version:

### Delete Schema

#### pulsar-adnin
#### pulsar-admin

You can delete a schema using the [`delete`](reference-pulsar-admin.md#delete-8) subcommand.

Expand Down
2 changes: 1 addition & 1 deletion site2/docs/admin-api-tenants.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ $ pulsar-admin tenants get my-tenant

### Delete

#### pulsar-adnin
#### pulsar-admin

You can delete a tenant using the [`delete`](reference-pulsar-admin.md#tenants-delete) subcommand and specifying the tenant name:

Expand Down
2 changes: 1 addition & 1 deletion site2/docs/getting-started-standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ pulsar-io-twitter-{{pulsar:version}}.nar

> #### NOTES
>
> If you are running Pulsar in a bare mental cluster, you need to make sure `connectors` tarball is unzipped in every broker's pulsar directory
> If you are running Pulsar in a bare metal cluster, you need to make sure `connectors` tarball is unzipped in every broker's pulsar directory
> (or in every function-worker's pulsar directory if you are running a separate worker cluster for Pulsar functions).
>
> If you are [running Pulsar in Docker](getting-started-docker.md) or deploying Pulsar using a docker image (e.g. [K8S](deploy-kubernetes.md) or [DCOS](deploy-dcos.md)),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Retrieve the schema of a given version:

### Delete Schema

#### pulsar-adnin
#### pulsar-admin

You can delete a schema using the [`delete`](reference-pulsar-admin.md#delete-8) subcommand.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ $ pulsar-admin tenants get my-tenant

### Delete

#### pulsar-adnin
#### pulsar-admin

You can delete a tenant using the [`delete`](reference-pulsar-admin.md#tenants-delete) subcommand and specifying the tenant name:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ pulsar-io-twitter-{{pulsar:version}}.nar

> #### NOTES
>
> If you are running Pulsar in a bare mental cluster, you need to make sure `connectors` tarball is unzipped in every broker's pulsar directory
> If you are running Pulsar in a bare metal cluster, you need to make sure `connectors` tarball is unzipped in every broker's pulsar directory
> (or in every function-worker's pulsar directory if you are running a separate worker cluster for Pulsar functions).
>
> If you are [running Pulsar in Docker](getting-started-docker.md) or deploying Pulsar using a docker image (e.g. [K8S](deploy-kubernetes.md) or [DCOS](deploy-dcos.md)),
Expand Down

0 comments on commit 23afb69

Please sign in to comment.