From 7e0c820e01ea955c968ecd0e42ddcf65fb08cf1a Mon Sep 17 00:00:00 2001 From: Guilhem Niot Date: Fri, 2 Jun 2017 21:50:50 +0200 Subject: [PATCH] Typo --- UPGRADE-3.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE-3.0.md b/UPGRADE-3.0.md index 1904c21..2c2f87f 100644 --- a/UPGRADE-3.0.md +++ b/UPGRADE-3.0.md @@ -76,7 +76,7 @@ class SwaggerDocblockConvertCommand extends ContainerAwareCommand } $path = str_replace('.{_format}', '', $apiDoc->getRoute()->getPath()); - $annotation = '@Operaion( + $annotation = '@Operation( * tags={"'.$apiDoc->getSection().'"}, * summary="'.$this->escapeQuotes($apiDoc->getDescription()).'"';