Browse code

Fix 2 typos in /doc/sources/reference/run.md

Signed-off-by: Yan Feng <yanfeng2@huawei.com>

Yan Feng authored on 2015/04/08 03:15:05
Showing 1 changed files
... ...
@@ -281,7 +281,7 @@ when sharing the host's network stack.
281 281
 
282 282
 Compared to the default `bridge` mode, the `host` mode gives *significantly*
283 283
 better networking performance since it uses the host's native networking stack
284
-wheras the bridge has to go through one level of virtualizaion through the
284
+whereas the bridge has to go through one level of virtualization through the
285 285
 docker daemon. It is recommended to run containers in this mode when their
286 286
 networking performance is critical, for example, a production Load Balancer
287 287
 or a High Performance Web Server.