From 6687e7331dc6f3eaaa846e9c50513b268a5abb3d Mon Sep 17 00:00:00 2001 From: "Jean F. Queralt" Date: Sun, 9 May 2021 06:27:43 +0800 Subject: [PATCH] Update readme.md arraay >> array --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 496758f..db8e8f3 100644 --- a/readme.md +++ b/readme.md @@ -60,7 +60,7 @@ Because this is an extension of octokit/rest.js, it is used in a way that is ide The goal of this mixin is to make it feel like it's naturally a part of octokit/rest.js. Because of that, it also takes input similarly to how octokit/rest.js: a set of parameters that define the desired organiation/repo and additional parameters to further define what you want the data set to represent. In the future, there will be detailed documentation on how to use the mixin. ### Output -Each of the endpoints will return an arraay of contributor objects that mimic the structure of the "List Repository Contributors" [endpoint](https://developer.github.com/v3/repos/#list-repository-contributors) of the GitHub API: +Each of the endpoints will return an array of contributor objects that mimic the structure of the "List Repository Contributors" [endpoint](https://developer.github.com/v3/repos/#list-repository-contributors) of the GitHub API: ```javascript { login: 'KianBadie',