From 48307e1b7cd1954b90f266e6216c2162974d53b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20K=C3=BCpper?= Date: Thu, 27 Sep 2018 16:32:30 +0200 Subject: [PATCH] Fix typo --- docs/Migrating-to-v3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Migrating-to-v3.md b/docs/Migrating-to-v3.md index 3fb841324..d5daac898 100644 --- a/docs/Migrating-to-v3.md +++ b/docs/Migrating-to-v3.md @@ -35,7 +35,7 @@ Use @OA\Schema() instead of @OA\Definition() and update the references from "#/d ### @SWG\Path is removed -Use @OA\PathItem instead of @OA\Path and update references. +Use @OA\PathItem instead of @SWG\Path and update references. ### Consumes, produces field is removed from OpenAPI specification