Ver código fonte

Fix minor grammar mistake (#4915)

Lewis M. Kabui 6 anos atrás
pai
commit
19ebca2952
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      docs/userguide/routing.rst

+ 2 - 2
docs/userguide/routing.rst

@@ -31,7 +31,7 @@ With this setting on, a named queue that's not already defined in
 :setting:`task_queues` will be created automatically. This makes it easy to
 perform simple routing tasks.
 
-Say you have two servers, `x`, and `y` that handles regular tasks,
+Say you have two servers, `x`, and `y` that handle regular tasks,
 and one server `z`, that only handles feed related tasks. You can use this
 configuration::
 
@@ -117,7 +117,7 @@ design ensures it will work for them as well.
 Manual routing
 --------------
 
-Say you have two servers, `x`, and `y` that handles regular tasks,
+Say you have two servers, `x`, and `y` that handle regular tasks,
 and one server `z`, that only handles feed related tasks, you can use this
 configuration: