Ver Fonte

Fix docs typo

Rory Hunter há 4 anos atrás
pai
commit
e49fd15e0c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/reference/setup/install/docker.asciidoc

+ 1 - 1
docs/reference/setup/install/docker.asciidoc

@@ -238,7 +238,7 @@ chgrp 0 esdatadir
 --------------------------------------------
 
 You can also run an {es} container using both a custom UID and GID. Unless you
-bind-mount each of the `config`, data` and `logs` directories, you must pass
+bind-mount each of the `config`, `data` and `logs` directories, you must pass
 the command line option `--group-add 0` to `docker run`. This ensures that the user
 under which {es} is running is also a member of the `root` (GID 0) group inside the
 container.