📝 Fix typo in addOpener doc

This commit is contained in:
Scott Fleckenstein
2015-01-16 18:39:54 -08:00
parent 60970d6cec
commit d263205a9a

View File

@@ -500,7 +500,7 @@ class Workspace extends Model
# ## Examples
#
# ```coffee
# atom.project.addOpener (uri) ->
# atom.workspace.addOpener (uri) ->
# if path.extname(uri) is '.toml'
# return new TomlEditor(uri)
# ```