Skip to content

Commit 80444a0

Browse files
nit: Typo fix (#7629)
1 parent 606df83 commit 80444a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/exceptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Might receive an error response indicating that the `DELETE` method is not allow
3838

3939
Validation errors are handled slightly differently, and will include the field names as the keys in the response. If the validation error was not specific to a particular field then it will use the "non_field_errors" key, or whatever string value has been set for the `NON_FIELD_ERRORS_KEY` setting.
4040

41-
Any example validation error might look like this:
41+
An example validation error might look like this:
4242

4343
HTTP/1.1 400 Bad Request
4444
Content-Type: application/json

0 commit comments

Comments
 (0)