Skip to content

Commit

Permalink
fix typo (apache#3010)
Browse files Browse the repository at this point in the history
  • Loading branch information
legendtkl authored and merlimat committed Nov 19, 2018
1 parent dafec7d commit feb848c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion site2/docs/deploy-bare-metal.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ If you want to enable [Pulsar Functions](functions-overview.md), you can follow
2. Edit `conf/functions_worker.yml` and set `pulsarFunctionsCluster` to the cluster name that you provided when [initializing the cluster's metadata](#initializing-cluster-metadata).
```conf
pulsarFunctionsCluster=pulsar-cluster-1
pulsarFunctionsCluster: pulsar-cluster-1
```
### Starting Brokers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ If you want to enable [Pulsar Functions](functions-overview.md), you can follow
2. Edit `conf/functions_worker.yml` and set `pulsarFunctionsCluster` to the cluster name that you provided when [initializing the cluster's metadata](#initializing-cluster-metadata).
```conf
pulsarFunctionsCluster=pulsar-cluster-1
pulsarFunctionsCluster: pulsar-cluster-1
```
### Starting Brokers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ If you want to enable [Pulsar Functions](functions-overview.md), you can follow
2. Edit `conf/functions_worker.yml` and set `pulsarFunctionsCluster` to the cluster name that you provided when [initializing the cluster's metadata](#initializing-cluster-metadata).
```conf
pulsarFunctionsCluster=pulsar-cluster-1
pulsarFunctionsCluster: pulsar-cluster-1
```
### Starting Brokers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ If you want to enable [Pulsar Functions](functions-overview.md), you can follow
2. Edit `conf/functions_worker.yml` and set `pulsarFunctionsCluster` to the cluster name that you provided when [initializing the cluster's metadata](#initializing-cluster-metadata).
```conf
pulsarFunctionsCluster=pulsar-cluster-1
pulsarFunctionsCluster: pulsar-cluster-1
```
### Starting Brokers
Expand Down

0 comments on commit feb848c

Please sign in to comment.