From 1c18ef0eea29bb0aeb1b5dd79034ce3d1f77baf7 Mon Sep 17 00:00:00 2001 From: Andrii Lundiak Date: Fri, 8 Sep 2017 22:29:22 +0200 Subject: [PATCH] typo fix in GitHub.js --- lib/GitHub.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/GitHub.js b/lib/GitHub.js index c5cec4e2..fddd72ea 100644 --- a/lib/GitHub.js +++ b/lib/GitHub.js @@ -71,7 +71,7 @@ class GitHub { /** * Create a new Repository wrapper - * @param {string} user - the user who owns the respository + * @param {string} user - the user who owns the repository * @param {string} repo - the name of the repository * @return {Repository} */ @@ -81,7 +81,7 @@ class GitHub { /** * Create a new Issue wrapper - * @param {string} user - the user who owns the respository + * @param {string} user - the user who owns the repository * @param {string} repo - the name of the repository * @return {Issue} */