瀏覽代碼

Fix typo "or a" -> "or"

Ask Solem 15 年之前
父節點
當前提交
fb54989197
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      FAQ

+ 1 - 1
FAQ

@@ -253,7 +253,7 @@ Celery uses something called loaders to read/setup configuration, import
 modules that registers tasks and to decide what happens when a task is
 modules that registers tasks and to decide what happens when a task is
 executed. Currently there are two loaders, the default loader and the Django
 executed. Currently there are two loaders, the default loader and the Django
 loader. If you want to use celery without a Django project, you either have to
 loader. If you want to use celery without a Django project, you either have to
-use the default loader, or a write a loader of your own.
+use the default loader, or write a loader of your own.
 
 
 The rest of this answer describes how to use the default loader.
 The rest of this answer describes how to use the default loader.