diff --git a/src/Server/Resource/DoctrineResource.php b/src/Server/Resource/DoctrineResource.php index 8a5ca8b5..24e443ee 100644 --- a/src/Server/Resource/DoctrineResource.php +++ b/src/Server/Resource/DoctrineResource.php @@ -649,7 +649,7 @@ public function update($id, $data) } /** - * This method will give custom listeners te chance to alter entities / collections. + * This method will give custom listeners the chance to alter entities / collections. * Listeners can also return an ApiProblem, which will be returned immediately. * It is also possible to throw Exceptions, which will result in an ApiProblem eventually. *