浏览代码

Update next-steps.rst (#4332)

Typo fixed.
Michael Peake 7 年之前
父节点
当前提交
c57077f03f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/getting-started/next-steps.rst

+ 1 - 1
docs/getting-started/next-steps.rst

@@ -180,7 +180,7 @@ or stop it:
 
 The ``stop`` command is asynchronous so it won't wait for the
 worker to shutdown. You'll probably want to use the ``stopwait`` command
-instead,  this ensures all currently executing tasks is completed
+instead,  this ensures all currently executing tasks are completed
 before exiting:
 
 .. code-block:: console