From 06644770c8254b105d9ac1b978797d2a93cbdb83 Mon Sep 17 00:00:00 2001 From: Muhimur <52611945+muhimur9049@users.noreply.github.com> Date: Fri, 6 Aug 2021 03:45:12 -0400 Subject: [PATCH] docs: grammar fixes (#6308) --- src/rest/HTTPError.js | 2 +- src/util/DataResolver.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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