Browse Source

Fix typo "or a" -> "or"

Ask Solem 16 years ago
parent
commit
fb54989197
1 changed files with 1 additions and 1 deletions
  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.