diff --git a/Resources/doc/index.md b/Resources/doc/index.md index 637c515..0196e73 100644 --- a/Resources/doc/index.md +++ b/Resources/doc/index.md @@ -151,7 +151,7 @@ class YourController * 403="Returned when the user is not authorized to say hello", * 404={ * "Returned when the user is not found", - * "Returned when somehting else is not found" + * "Returned when something else is not found" * } * } * )