Skip to content

Commit

Permalink
Remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandSchtroumpf committed Nov 4, 2019
1 parent d63eb94 commit 2af3e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/files/fileProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class FileProvider {
this.event = new EventManager()
this.type = name
this.providerExternalsStorage = new Storage('providerExternals:')
this.externalFolders = [this.type + '/swarm', this.type + '/ipfs', this.type + '/github', this.type + '/gist', this.type + '/https']
this.externalFolders = [this.type + '/swarm', this.type + '/ipfs', this.type + '/github', this.type + '/gists', this.type + '/https']
}

addNormalizedName (path, url) {
Expand Down

0 comments on commit 2af3e27

Please sign in to comment.