diff --git a/src/rest/HTTPError.js b/src/rest/HTTPError.js index f09ce5b15..0e9ab9f1c 100644 --- a/src/rest/HTTPError.js +++ b/src/rest/HTTPError.js @@ -1,7 +1,7 @@ 'use strict'; /** - * Represents a HTTP error from a request. + * Represents an HTTP error from a request. * @extends Error */ class HTTPError extends Error { diff --git a/src/util/DataResolver.js b/src/util/DataResolver.js index 20d4abc34..ebfd82f3d 100644 --- a/src/util/DataResolver.js +++ b/src/util/DataResolver.js @@ -20,7 +20,7 @@ class DataResolver extends null { */ /** - * Data that can be resolved to give an template code. This can be: + * Data that can be resolved to give a template code. This can be: * * A template code * * A template URL * @typedef {string} GuildTemplateResolvable