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()).'"';