소스 검색

Remove an unnecessary word (#3410)

Wieland Hoffmann 8 년 전
부모
커밋
aea306d2c7
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
 
-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
 never run more than one worker node, but it's not commonly used and for that
 reason isn't recommended for production use: