Skip to content

Commit

Permalink
fix: spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepbox8646 committed Nov 29, 2024
1 parent f74bbe5 commit 816bacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/src/widgets/widget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export function widget(options: WidgetOptions) {
registerAnimation<HasScale>('zoomIn', (params?: AnimationParams) => {
return (manager) => manager.animate(zoomIn, {
duration: params?.duration ?? defaultDuration,
by: params?.bWidgetMixiny ?? ((x) => x),
by: params?.by ?? ((x) => x),
})
})
registerAnimation<HasScale>('zoomOut', (params?: AnimationParams) => {
Expand Down

0 comments on commit 816bacc

Please sign in to comment.