mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
spelling: compatible
This commit is contained in:
@@ -13,7 +13,7 @@ class DefaultDirectoryProvider
|
||||
#
|
||||
# Returns:
|
||||
# * {Directory} if the given URI is compatible with this provider.
|
||||
# * `null` if the given URI is not compatibile with this provider.
|
||||
# * `null` if the given URI is not compatible with this provider.
|
||||
directoryForURISync: (uri) ->
|
||||
normalizedPath = @normalizePath(uri)
|
||||
{host} = url.parse(uri)
|
||||
@@ -39,7 +39,7 @@ class DefaultDirectoryProvider
|
||||
#
|
||||
# Returns a {Promise} that resolves to:
|
||||
# * {Directory} if the given URI is compatible with this provider.
|
||||
# * `null` if the given URI is not compatibile with this provider.
|
||||
# * `null` if the given URI is not compatible with this provider.
|
||||
directoryForURI: (uri) ->
|
||||
Promise.resolve(@directoryForURISync(uri))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user