From d8d70f634072f8fda6246594a2f32e505a4d0b57 Mon Sep 17 00:00:00 2001 From: Jeremy Thomerson Date: Fri, 1 Dec 2017 20:19:10 -0500 Subject: [PATCH] Fix typo in changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed10f4c..6c6bd46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,8 @@ depending on the specific reason they were using it, they may not need to make a all. If you were relying on the `QUALITY_SELECTED` event, it's possible that you will now need -to release on the `QUALITY_REQUESTED` event instead, depending on why you were listening -to the event. See a682125 for details. +to rely on the `QUALITY_REQUESTED` event instead, depending on why you were listening to +the event. See a682125 for details. * Support quality selector buttons anywhere in the player's component hierarchy (a682125 Fixes #13)