Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 6902571

Browse files
committed
🎨 fix typos
1 parent dce076e commit 6902571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/image-editor.coffee

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class ImageEditor
4747
destroy: ->
4848
@subscriptions.dispose()
4949

50-
# Essential: Retireves all {ImageEditor}s in the workspace.
50+
# Essential: Retrieves all {ImageEditor}s in the workspace.
5151
#
5252
# Returns an {Array} of {ImageEditor}s.
5353
getImageEditors: ->
@@ -69,7 +69,7 @@ class ImageEditor
6969
# If the image is saved, its unique title is formatted as one
7070
# of the following,
7171
# * "<filename>" when it is the only existing {ImageEditor} with this file name.
72-
# * "<filename> — <unique-dir-prefix>" when other {ImageEditors} have this file name.
72+
# * "<filename> — <unique-dir-prefix>" when other {ImageEditor}s have this file name.
7373
#
7474
# Returns a {String}
7575
getLongTitle: ->

0 commit comments

Comments
 (0)