diff --git a/tyk-docs/content/product-stack/tyk-gateway/release-notes/version-5.3.md b/tyk-docs/content/product-stack/tyk-gateway/release-notes/version-5.3.md index 23ee33942e5..94852bc5607 100644 --- a/tyk-docs/content/product-stack/tyk-gateway/release-notes/version-5.3.md +++ b/tyk-docs/content/product-stack/tyk-gateway/release-notes/version-5.3.md @@ -115,7 +115,7 @@ Each change log item should be expandable. The first line summarises the changel
Corrected ordering of OAS API paths to prevent middleware misapplication -Fixed an issue where nested API endpoints, such as /test and /test/abc, might incorrectly apply middleware from the parent path to the nested path. The fix ensures that API endpoint definitions are correctly ordered, preventing this middleware misapplication and ensuring both the HTTP method and URL match accurately. +Fixed an issue where nested API endpoints, such as '/test' and '/test/abc', might incorrectly apply middleware from the parent path to the nested path. The fix ensures that API endpoint definitions are correctly ordered, preventing this middleware misapplication and ensuring both the HTTP method and URL match accurately.