Procházet zdrojové kódy

Merge pull request #10464 from johnktims/patch-1

Fix documentation typo
James Turnbull před 10 roky
rodič
revize
74475325bc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      docs/sources/userguide/dockervolumes.md

+ 1 - 1
docs/sources/userguide/dockervolumes.md

@@ -64,7 +64,7 @@ This will mount the host directory, `/src/webapp`, into the container at
 `/opt/webapp`.
 
 > **Note:**
-> If the path `/opt/webapp` already exists inside the container's image, it's
+> If the path `/opt/webapp` already exists inside the container's image, its
 > contents will be replaced by the contents of `/src/webapp` on the host to stay
 > consistent with the expected behavior of `mount`