Skip to content

Commit

Permalink
Fix typo in Grid toggle tooltip: hidding -> hiding (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryLin1 authored May 4, 2024
1 parent e307356 commit 214e721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/tpl/pages/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<div class="icon zen off"></div>
</li>

<li class="grid" title="**Grid** Show the layer grid. In supported layer types, hidding the grid will also allow free positionning of elements." keys="G" tip="right">
<li class="grid" title="**Grid** Show the layer grid. In supported layer types, hiding the grid will also allow free positionning of elements." keys="G" tip="right">
<div class="icon gridOn on"></div>
<div class="icon gridOff off"></div>
</li>
Expand Down

0 comments on commit 214e721

Please sign in to comment.