Procházet zdrojové kódy

Merge pull request #3167 from qbrossard/patch-1

Corrected typo (resdis -> redis)
Andy Rothfusz před 11 roky
rodič
revize
11b3fbb3bd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      docs/sources/use/ambassador_pattern_linking.rst

+ 1 - 1
docs/sources/use/ambassador_pattern_linking.rst

@@ -27,7 +27,7 @@ you can add ambassadors
 
 
 	(consumer) --> (redis-ambassador) ---network---> (redis-ambassador) --> (redis)
 	(consumer) --> (redis-ambassador) ---network---> (redis-ambassador) --> (redis)
 
 
-When you need to rewire your consumer to talk to a different resdis server, you 
+When you need to rewire your consumer to talk to a different redis server, you 
 can just restart the ``redis-ambassador`` container that the consumer is connected to.
 can just restart the ``redis-ambassador`` container that the consumer is connected to.
 
 
 This pattern also allows you to transparently move the redis server to a different
 This pattern also allows you to transparently move the redis server to a different