Added a missing 'is'.

This commit is contained in:
Ayyoub BOUMYA 2014-03-28 10:46:38 +00:00
parent eddba56c66
commit e6cf2ff0d2

View File

@ -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.
*