From 2f6bfb0dfc59c2f84b02fd6bd3475941ed69b681 Mon Sep 17 00:00:00 2001 From: Amal Thomas Date: Mon, 17 May 2021 11:08:09 +0530 Subject: [PATCH] Update plugins.md (#9499) --- docs/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins.md b/docs/plugins.md index 691c5fa85d1f..c9fbbe5b5484 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -45,7 +45,7 @@ For full details of all options, see the [plugin README](https://github.com/Open ### Dependencies -The generated models use commonly use Swagger v2 annotations like `@ApiModelProperty`. A user may add Swagger v3 annotations: +The generated models use commonly used Swagger v2 annotations like `@ApiModelProperty`. A user may add Swagger v3 annotations: ```xml