Pārlūkot izejas kodu

Merge pull request #12136 from YanFeng-Adam/typo

Fix 2 typos in /doc/sources/reference/run.md
moxiegirl 10 gadi atpakaļ
vecāks
revīzija
531d2b3b80
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      docs/sources/reference/run.md

+ 1 - 1
docs/sources/reference/run.md

@@ -281,7 +281,7 @@ when sharing the host's network stack.
 
 Compared to the default `bridge` mode, the `host` mode gives *significantly*
 better networking performance since it uses the host's native networking stack
-wheras the bridge has to go through one level of virtualizaion through the
+whereas the bridge has to go through one level of virtualization through the
 docker daemon. It is recommended to run containers in this mode when their
 networking performance is critical, for example, a production Load Balancer
 or a High Performance Web Server.