We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2bfd8d + aad5180 commit 0291d00Copy full SHA for 0291d00
README.md
@@ -655,7 +655,7 @@ class FileAdmin(admin.ModelAdmin):
655
self.message_user(request, str(exc), messages.ERROR)
656
```
657
658
-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.
659
660
For example, this service represents a "direct file upload flow", with a `start` and `finish` (and additionally):
661
0 commit comments