Переглянути джерело

docs: Fix typo in hello world example

David Röthlisberger 11 роки тому
батько
коміт
8c4617e0ae
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      docs/sources/examples/hello_world.rst

+ 1 - 1
docs/sources/examples/hello_world.rst

@@ -127,7 +127,7 @@ Attach to the container to see the results in real-time.
   process to see what is going on.
   process to see what is going on.
 - **"--sig-proxy=false"** Do not forward signals to the container; allows
 - **"--sig-proxy=false"** Do not forward signals to the container; allows
   us to exit the attachment using Control-C without stopping the container.
   us to exit the attachment using Control-C without stopping the container.
-- **$container_id** The Id of the container we want to attach too.
+- **$container_id** The Id of the container we want to attach to.
 
 
 Exit from the container attachment by pressing Control-C.
 Exit from the container attachment by pressing Control-C.