From 4a9e99bddd07b26cc9b382f8a06426ef5944bec3 Mon Sep 17 00:00:00 2001 From: Ninir Date: Tue, 21 Jan 2014 10:41:55 +0100 Subject: [PATCH] Fixed typo in index.md documentation --- Resources/doc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" * } * } * )