From aad5180216868e3a89b144892554d41cf4b11ba7 Mon Sep 17 00:00:00 2001 From: Raman Date: Thu, 2 Jan 2025 16:12:45 +0000 Subject: [PATCH] Update README.md thru -> through --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5aa88c..57ebf86 100644 --- a/README.md +++ b/README.md @@ -655,7 +655,7 @@ class FileAdmin(admin.ModelAdmin): self.message_user(request, str(exc), messages.ERROR) ``` -Additionally, using class-based services is a good idea for "flows" - things that go thru multiple steps. +Additionally, using class-based services is a good idea for "flows" - things that go through multiple steps. For example, this service represents a "direct file upload flow", with a `start` and `finish` (and additionally):