Browse Source

Merge pull request #2481 from tmc/patch-1

Fix typo in redis doc
Victor Vieux 11 năm trước cách đây
mục cha
commit
15457febbb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/sources/examples/linking_into_redis.rst

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

@@ -62,7 +62,7 @@ Run the redis container
     
     docker run -d -e PASSWORD=docker -name redis redis-2.6 --requirepass docker
  
-This will run our redis container wit the password docker 
+This will run our redis container with the password docker 
 to secure our service.  By specifying the ``-name`` flag on run 
 we will assign the name ``redis`` to this container.  If we do not specify a name  for 
 our container via the ``-name`` flag docker will automatically generate a name for us.