From ba915508a39cc128751f57538031b4845a188888 Mon Sep 17 00:00:00 2001 From: Joseph Date: Sun, 30 May 2021 04:12:46 -0700 Subject: [PATCH] Typo: Than -> Then (#1479) Co-authored-by: mgjo5899 --- docs/patterns/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/patterns/index.md b/docs/patterns/index.md index 65ba02d..910c4dd 100644 --- a/docs/patterns/index.md +++ b/docs/patterns/index.md @@ -38,7 +38,7 @@ if __name__ == '__main__': worker.work() {% endhighlight %} -Than, add the command to your `Procfile`: +Then, add the command to your `Procfile`: worker: python -u run-worker.py