From e6cf2ff0d269f989f5883af1d06551a50082a711 Mon Sep 17 00:00:00 2001 From: Ayyoub BOUMYA Date: Fri, 28 Mar 2014 10:46:38 +0000 Subject: [PATCH] Added a missing 'is'. --- 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 09ffa70..4adc186 100644 --- a/Resources/doc/index.md +++ b/Resources/doc/index.md @@ -65,7 +65,7 @@ use Nelmio\ApiDocBundle\Annotation\ApiDoc; class YourController extends Controller { /** - * This the documentation description of your method, it will appear + * This is the documentation description of your method, it will appear * on a specific pane. It will read all the text until the first * annotation. *