Selaa lähdekoodia

Merge pull request #18669 from mqliang/patch-1

fixed typo
Sebastiaan van Stijn 9 vuotta sitten
vanhempi
commit
06ce22c6e6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      docs/userguide/dockerimages.md

+ 1 - 1
docs/userguide/dockerimages.md

@@ -473,7 +473,7 @@ You can then create a container from our new image.
 > those instructions in later sections of the Guide or you can refer to the
 > those instructions in later sections of the Guide or you can refer to the
 > [`Dockerfile`](../reference/builder.md) reference for a
 > [`Dockerfile`](../reference/builder.md) reference for a
 > detailed description and examples of every instruction.
 > detailed description and examples of every instruction.
-> To help you write a clear, readable, maintainable `Dockerfile`, you've also
+> To help you write a clear, readable, maintainable `Dockerfile`, we've also
 > written a [`Dockerfile` Best Practices guide](../articles/dockerfile_best-practices.md).
 > written a [`Dockerfile` Best Practices guide](../articles/dockerfile_best-practices.md).