diff --git a/libs/converter-openapi/README.md b/libs/converter-openapi/README.md
index 0dbfe74a..27bced12 100644
--- a/libs/converter-openapi/README.md
+++ b/libs/converter-openapi/README.md
@@ -48,7 +48,7 @@ A library for implementing the OpenAPI specification and ADC profile conversion.
x-adc-plugins |
Root Level |
- Add plugis field to the specified level. It is an object that contains one or more plugins. |
+ Add plugins field to the specified level. It is an object that contains one or more plugins. |
Path Level |
@@ -133,7 +133,7 @@ servers:
> They can be set at all three main levels, root, path, and operation.
-#### Set both `x-adc-plugins` and `x-adc-plugin-[plugin-name]` in same level
+#### Set both `x-adc-plugins` and `x-adc-plugin-[plugin-name]` at the same level
1. For plugins with non-same names, their configurations will be merged.