Skip to content

Commit 6c4294d

Browse files
committed
fix typo
1 parent 9597d4e commit 6c4294d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/pane.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ class Pane extends View
163163
uri = item.getUri()
164164
atom.confirm(
165165
"'#{item.getTitle?() ? item.getUri()}' has changes, do you want to save them?"
166-
"Your changes will be lost if close this item without saving."
166+
"Your changes will be lost if you close this item without saving."
167167
"Save", => @saveItem(item, nextAction)
168168
"Cancel", cancelAction
169169
"Don't Save", nextAction

0 commit comments

Comments
 (0)