File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import debug from 'debug';
14
14
const log = debug ( 'github:repository' ) ;
15
15
16
16
/**
17
- * Respository encapsulates the functionality to create, query, and modify files.
17
+ * Repository encapsulates the functionality to create, query, and modify files.
18
18
*/
19
19
class Repository extends Requestable {
20
20
/**
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ class Requestable {
124
124
125
125
/**
126
126
* if a `Date` is passed to this function it will be converted to an ISO string
127
- * @param {* } date - the object to attempt to cooerce into an ISO date string
127
+ * @param {* } date - the object to attempt to coerce into an ISO date string
128
128
* @return {string } - the ISO representation of `date` or whatever was passed in if it was not a date
129
129
*/
130
130
_dateToISO ( date ) {
@@ -235,7 +235,7 @@ class Requestable {
235
235
* @param {string } path - the path to request
236
236
* @param {Object } options - the query parameters to include
237
237
* @param {Requestable.callback } [cb] - the function to receive the data. The returned data will always be an array.
238
- * @param {Object[] } results - the partial results. This argument is intended for interal use only.
238
+ * @param {Object[] } results - the partial results. This argument is intended for internal use only.
239
239
* @return {Promise } - a promise which will resolve when all pages have been fetched
240
240
* @deprecated This will be folded into {@link Requestable#_request} in the 2.0 release.
241
241
*/
You can’t perform that action at this time.
0 commit comments