We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe9103a + 472e98f commit 96901ceCopy full SHA for 96901ce
src/lt/objs/editor/pool.cljs
@@ -130,7 +130,7 @@
130
(when-not (doc/check-mtime (doc/->stats f) stat)
131
(if (:dirty @ed)
132
(active-warn ed {:header "This file has been modified."
133
- :body "This file seems to have been modified outside of Light Table. Do you want to load the latest and lose your changs?"
+ :body "This file seems to have been modified outside of Light Table. Do you want to load the latest and lose your changes?"
134
:buttons [{:label "Reload from disk"
135
:action (fn []
136
(reload ed))}
0 commit comments