From efa21b7bf7abaaefe072697b7cf8afe97e56c029 Mon Sep 17 00:00:00 2001 From: LB Johnston Date: Sat, 15 Jan 2022 23:52:32 +1000 Subject: [PATCH] fix typo in release notes --- CHANGELOG.txt | 2 +- docs/releases/2.16.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 83c9c7ba82..b294a070f2 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -42,7 +42,7 @@ Changelog * Fix: Icon only button styling issue on small devices where height would not be set correctly (Vu Pham) * Fix: Add padding to the Draftail editor to ensure `ol` items are not cut off (Khanh Hoang) * Fix: Prevent opening choosers multiple times for Image, Page, Document, Snippet (LB (Ben Johnston)) - * Fix: Ensure subsequent changes to styles files are picked up wby Gulp watch (Jason Attwood) + * Fix: Ensure subsequent changes to styles files are picked up by Gulp watch (Jason Attwood) 2.15.2 (xx.xx.xxxx) - IN DEVELOPMENT diff --git a/docs/releases/2.16.md b/docs/releases/2.16.md index 131915ced4..f8c4d33d18 100644 --- a/docs/releases/2.16.md +++ b/docs/releases/2.16.md @@ -47,7 +47,7 @@ * Fix icon only button styling issue on small devices where height would not be set correctly (Vu Pham) * Add padding to the Draftail editor to ensure `ol` items are not cut off (Khanh Hoang) * Prevent opening choosers multiple times for Image, Page, Document, Snippet (LB (Ben Johnston)) - * Ensure subsequent changes to styles files are picked up wby Gulp watch (Jason Attwood) + * Ensure subsequent changes to styles files are picked up by Gulp watch (Jason Attwood) ## Upgrade considerations