We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac65ac1 commit e09f799Copy full SHA for e09f799
1 file changed
src/App/Widgets/General.fs
@@ -101,7 +101,7 @@ let viewCollapsed (isCompiling : bool) (gistToken : string option) (model: Model
101
102
actionButton "Compile and run (Alt+Enter)" StartCompile compileIcon
103
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 ] [ ] ]
+ actionButton "Reset the REPL, you will lose your current work" AskReset [ Fa.i [ Fa.Solid.TrashAlt ] [ ] ]
105
actionButton "Share using the URL" Share [ Fa.i [ Fa.Solid.Share ] [ ] ]
106
match gistToken with
107
| Some _ ->
0 commit comments