From 704d2f64d30f7e4356ecc6e3ca5cba54cf1796fb Mon Sep 17 00:00:00 2001 From: Joysephk <117014945+Joysephk@users.noreply.github.com> Date: Sun, 15 Jun 2025 14:53:02 +0200 Subject: [PATCH] Update CHANGELOG.md grammar i ad the . --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a22922..6e6b779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,12 +15,12 @@ ## [2.3.0] - 2023-01-19 ## Added -- Allows the body value included in the request options to be used as the request body, if the content type is not application/x-www-form-urlencoded nor application/json ([#163](https://github.com/vimeo/vimeo.js/pull/163)) -- Adds an example for text track upload ([#163](https://github.com/vimeo/vimeo.js/pull/163)) +- Allows the body value included in the request options to be used as the request body, if the content type is not application/x-www-form-urlencoded nor application/json. ([#163](https://github.com/vimeo/vimeo.js/pull/163)) +- Adds an example for text track upload. ([#163](https://github.com/vimeo/vimeo.js/pull/163)) ## [2.2.0] - 2022-07-21 ## Fixed -- Fixes an issue where the error is not passed to one of the callbacks ([#155](https://github.com/vimeo/vimeo.js/pull/155)) +- Fixes an issue where the error is not passed to one of the callbacks. ([#155](https://github.com/vimeo/vimeo.js/pull/155)) ## [2.1.1] - 2018-11-09 ## Added