浏览代码

Merge branch 'master' of github.com:celery/celery

Ask Solem 9 年之前
父节点
当前提交
7374d22bc9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/userguide/periodic-tasks.rst

+ 1 - 1
docs/userguide/periodic-tasks.rst

@@ -384,7 +384,7 @@ To start the :program:`celery beat` service:
 
 
     $ celery -A proj beat
     $ celery -A proj beat
 
 
-You can also start embed `beat` inside the worker by enabling
+You can also embed `beat` inside the worker by enabling the
 workers :option:`-B <celery worker -B>` option, this is convenient if you'll
 workers :option:`-B <celery worker -B>` option, this is convenient if you'll
 never run more than one worker node, but it's not commonly used and for that
 never run more than one worker node, but it's not commonly used and for that
 reason isn't recommended for production use:
 reason isn't recommended for production use: