From dda02a9fcae48c50c409f7577149b0d2cbbabcd5 Mon Sep 17 00:00:00 2001 From: Ferdinand Malcher Date: Sat, 7 Sep 2024 22:01:28 +0200 Subject: [PATCH] docs: fix preposition in README --- packages/mixer-connection/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mixer-connection/README.md b/packages/mixer-connection/README.md index 0d9f69d..93e7411 100644 --- a/packages/mixer-connection/README.md +++ b/packages/mixer-connection/README.md @@ -474,7 +474,7 @@ import { Easings } from 'soundcraft-ui-connection'; Easings.Linear; // no easing Easings.EaseIn; // acceleration from zero velocity (slow start) -Easings.EaseOut; // deceleration from zero velocity (slow end) +Easings.EaseOut; // deceleration to zero velocity (slow end) Easings.EaseInOut; // acceleration until halfway, then deceleration (slow start and end) ```