From 730dd7ed73d1180348d351d4c5926d545e638a66 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 24 Jul 2022 07:52:27 +1000 Subject: [PATCH] docs: fix simple typo, instanciate -> instantiate There is a small typo in docs/jobs.md. Should read `instantiate` rather than `instanciate`. Signed-off-by: Tim Gates --- docs/jobs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/jobs.md b/docs/jobs.md index ffc25a81..7fe243aa 100644 --- a/docs/jobs.md +++ b/docs/jobs.md @@ -103,7 +103,7 @@ A regular Python logging object that should be used in your task code. It will m * `connections` -A lazy-loaded object containing the worker's connections to MongoDB and Redis. You can implement your own connection factories to instanciate other services lazily. +A lazy-loaded object containing the worker's connections to MongoDB and Redis. You can implement your own connection factories to instantiate other services lazily. * `run_task(path, params)`