Skip to content

Commit 0291d00

Browse files
authored
Merge pull request #165 from RamanSB/patch-1
Update README.md
2 parents b2bfd8d + aad5180 commit 0291d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ class FileAdmin(admin.ModelAdmin):
655655
self.message_user(request, str(exc), messages.ERROR)
656656
```
657657

658-
Additionally, using class-based services is a good idea for "flows" - things that go thru multiple steps.
658+
Additionally, using class-based services is a good idea for "flows" - things that go through multiple steps.
659659

660660
For example, this service represents a "direct file upload flow", with a `start` and `finish` (and additionally):
661661

0 commit comments

Comments
 (0)