Skip to content

Commit c0bc0fa

Browse files
authored
doc(readme) Fix typo in docker instructions (#1240)
1 parent 849e8bd commit c0bc0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ docker run --name es01 --net elastic -p 9200:9200 -p 9300:9300 -it docker.elasti
118118
This command creates an `elastic` Docker network and start Elasticsearch
119119
using the port `9200` (default).
120120

121-
When you run the docker imnage a password is generated for the `elastic` user
121+
When you run the docker image a password is generated for the `elastic` user
122122
and it's printed to the terminal (you might need to scroll back a bit in the
123123
terminal to view it). You have to copy it since we will need to connect to
124124
Elasticsearch.

0 commit comments

Comments
 (0)