From a9de306310264964727a21192a425f9c58bf0593 Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 29 May 2018 18:09:16 +0200 Subject: [PATCH] typo --- src/app/compiler/compiler-imports.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/compiler/compiler-imports.js b/src/app/compiler/compiler-imports.js index 6a0e559c47..e306ac9fee 100644 --- a/src/app/compiler/compiler-imports.js +++ b/src/app/compiler/compiler-imports.js @@ -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,