Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Jun 23, 2023
1 parent 80dbb5e commit df4dde0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/js/editor.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ License URL: https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
* Add: New settings UI
* Remove: Child theme json fix
* Fix: Placeholder border
* Fix: Surface before psuedo element pointer events
* Fix: Surface before pseudo element pointer events
* Fix: Marquee block gap custom properties

= 0.9.18 - 21 November 2022 =
Expand Down Expand Up @@ -530,7 +530,7 @@ License URL: https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
* Fix: Remove id from nav menu in patterns
* Fix: Sub menu padding
* Fix: Template part inline css
* Fix: Icon psuedo element bug in Gutenberg 14.3
* Fix: Icon pseudo element bug in Gutenberg 14.3
* Fix: Horizontal submenu padding on mobile

= 0.7.0 - 12 October 2022 =
Expand Down
4 changes: 2 additions & 2 deletions src/block-extensions/animation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ const Animation = ( { attributes, setAttributes }: blockProps ): JSX.Element =>
min={ 0 }
max={ 100 }
step={ 0.1 }
shifStep={ 10 }
shiftStep={ 10 }
allowReset={ true }
/>
</FlexItem>
Expand All @@ -338,7 +338,7 @@ const Animation = ( { attributes, setAttributes }: blockProps ): JSX.Element =>
min={ 0 }
max={ 100 }
step={ 0.1 }
shifStep={ 10 }
shiftStep={ 10 }
allowReset={ true }
/>
</FlexItem>
Expand Down

0 comments on commit df4dde0

Please sign in to comment.