Skip to content

Commit 9b5a6be

Browse files
duoijpadilla
authored andcommitted
Fix typo on fields.md (#5320)
> keeps you error messages to > keeps your error messages and > more cleanly separated from your code to > cleaner and more separated from your code
1 parent 96d6a9a commit 9b5a6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ The `.fail()` method is a shortcut for raising `ValidationError` that takes a me
641641

642642
return Color(red, green, blue)
643643

644-
This style keeps you error messages more cleanly separated from your code, and should be preferred.
644+
This style keeps your error messages cleaner and more separated from your code, and should be preferred.
645645

646646
# Third party packages
647647

0 commit comments

Comments
 (0)