Skip to content

Commit

Permalink
Merge pull request #1330 from ethereum/typo
Browse files Browse the repository at this point in the history
Fix Typo
  • Loading branch information
yann300 authored May 29, 2018
2 parents cf29c3f + a9de306 commit 46f4feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/compiler/compiler-imports.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = class CompilerImports {
this.previouslyHandled = {} // cache import so we don't make the request at each compilation.
}

handleGithubCal (root, path, cb) {
handleGithubCall (root, path, cb) {
return request.get(
{
url: 'https://api.github.com/repos/' + root + '/contents/' + path,
Expand Down

0 comments on commit 46f4feb

Please sign in to comment.