Skip to content

Commit 0c031d2

Browse files
authored
Fix typo
1 parent 93c1c79 commit 0c031d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Errors Handling
22

3-
API Platform comes with a powerful error system. It handles excepted (such as faulty JSON documents sent by the
3+
API Platform comes with a powerful error system. It handles expected (such as faulty JSON documents sent by the
44
client or validation errors) as well as unexpected errors (PHP exceptions and errors).
55
API Platform automatically sends the appropriate HTTP status code to the client: `400` for expected errors, `500` for
66
unexpected ones. It also provides a description of the error in [the Hydra error format](http://www.hydra-cg.com/spec/latest/core/#description-of-http-status-codes-and-errors)

0 commit comments

Comments
 (0)