Skip to content

Commit e09f799

Browse files
Fix #140: Typo
1 parent ac65ac1 commit e09f799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App/Widgets/General.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ let viewCollapsed (isCompiling : bool) (gistToken : string option) (model: Model
101101

102102
actionButton "Compile and run (Alt+Enter)" StartCompile compileIcon
103103
actionButton "Refresh the live sample (without compiling)" RefreshIframe [ Fa.i [ Fa.Solid.Redo ] [ ] ]
104-
actionButton "Reset the REPL, you will loose your current work" AskReset [ Fa.i [ Fa.Solid.TrashAlt ] [ ] ]
104+
actionButton "Reset the REPL, you will lose your current work" AskReset [ Fa.i [ Fa.Solid.TrashAlt ] [ ] ]
105105
actionButton "Share using the URL" Share [ Fa.i [ Fa.Solid.Share ] [ ] ]
106106
match gistToken with
107107
| Some _ ->

0 commit comments

Comments
 (0)