Fixed typo in index.md documentation

This commit is contained in:
Ninir 2014-01-21 10:41:55 +01:00
parent 667044863c
commit 4a9e99bddd

View File

@ -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"
* }
* }
* )