From 8a2445053e6e97255be3c6cfba0b6f300472fef4 Mon Sep 17 00:00:00 2001 From: Jacob Clark Date: Fri, 28 Oct 2022 15:50:29 -0600 Subject: [PATCH] spelling fix Signed-off-by: Jacob Clark --- src/Server/Resource/DoctrineResource.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *