Merge pull request #321 from Ninir/patch-1

Fixed typo in index.md documentation
This commit is contained in:
William Durand 2014-01-21 08:15:19 -08:00
commit d177862b4d

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