diff --git a/javascript/ql/lib/change-notes/2025-03-24-axios-additional-methods.md b/javascript/ql/lib/change-notes/2025-03-24-axios-additional-methods.md index 9f31730bc14..4b92a5a3e43 100644 --- a/javascript/ql/lib/change-notes/2025-03-24-axios-additional-methods.md +++ b/javascript/ql/lib/change-notes/2025-03-24-axios-additional-methods.md @@ -1,4 +1,4 @@ --- category: minorAnalysis --- -Enhanced `axios` support with new methods (`postForm`, `putForm`, `patchForm`, `getUri`, `create`) and added support for `interceptors.request` and `interceptors.response`. +* Enhanced `axios` support with new methods (`postForm`, `putForm`, `patchForm`, `getUri`, `create`) and added support for `interceptors.request` and `interceptors.response`.