Skip to content

Commit 3ad0621

Browse files
authored
Minor fix on line 39
1 parent a6db463 commit 3ad0621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/operations/helm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Next let's assume we want to deploy elasticsearch to a testing namespace. Lets c
3636
$ helm install --name elasticsearch --namespace test-es elastic/elasticsearch
3737
```
3838

39-
Now you can monitor the pods to see if elasticearch is up and ready.
39+
Now you can monitor the pods to see if elasticsearch is up and ready.
4040

4141
Now lets say we want to make some changes to the options for deploying elasticsearch.
4242
You can create a file in `values` called `Elasticsearch.yaml`. And to deploy these changes

0 commit comments

Comments
 (0)