Explorar o código

Fixed misspelling

Docker-DCO-1.1-Signed-off-by: Matthias Kühnle <git.nivoc@neverbox.com> (github: float64)
Matthias Kühnle %!s(int64=11) %!d(string=hai) anos
pai
achega
8a3cb0c65e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/sources/examples/running_redis_service.rst

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

@@ -68,7 +68,7 @@ Once inside our freshly created container we need to install Redis to get the
     service redis-server stop
 
 Now we can test the connection. Firstly, let's look at the available environmental 
-variables in our web application container that docker has setup for us. We can use these to get the IP and port 
+variables in our web application container that Docker has setup for us. We can use these to get the IP and port 
 of our ``redis`` container.
 
 .. code-block:: bash