docs: grammar fixes (#6308)

This commit is contained in:
Muhimur
2021-08-06 03:45:12 -04:00
committed by GitHub
parent 913c9fa176
commit 06644770c8
2 changed files with 2 additions and 2 deletions

View File

@@ -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 {

View File

@@ -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