Skip to content

Commit

Permalink
Fix typo (#45)
Browse files Browse the repository at this point in the history
Fixes a small typo: hourse -> hours
  • Loading branch information
johanhammar authored Apr 17, 2023
1 parent 227e4ee commit 1d158ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class HorizonCardEditorContent extends EventUtils<THorizonCardEditorConte
>
<paper-radio-button name="default">Default</paper-radio-button>
<paper-radio-button name="true">12 hours</paper-radio-button>
<paper-radio-button name="false">24 hourse</paper-radio-button>
<paper-radio-button name="false">24 hours</paper-radio-button>
</paper-radio-group>
`
}
Expand Down

0 comments on commit 1d158ff

Please sign in to comment.