Skip to content

Commit

Permalink
docs: fix preposition in README
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalcher committed Sep 7, 2024
1 parent 25f0d18 commit dda02a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mixer-connection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```

Expand Down

0 comments on commit dda02a9

Please sign in to comment.