Merge pull request #359 from aybbou/patch-1

Added a missing 'is'.
This commit is contained in:
William Durand 2014-03-28 13:48:20 +01:00
commit fd126c1a01

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