From 6e761eb030d46f125b3f3ad670d4386e40c300f0 Mon Sep 17 00:00:00 2001 From: Amish Shah Date: Tue, 26 Feb 2019 13:10:39 +0000 Subject: [PATCH] fix typo --- src/structures/MessageEmbed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/MessageEmbed.js b/src/structures/MessageEmbed.js index 6bdb26982..2a8767924 100644 --- a/src/structures/MessageEmbed.js +++ b/src/structures/MessageEmbed.js @@ -1,6 +1,6 @@ /** * Represents an embed in a message (image/video preview, rich embed, etc.) - * This class is only used for *recieved* embeds. If you wish to send one, use the {@link RichEmbed} class. + * This class is only used for *received* embeds. If you wish to send one, use the {@link RichEmbed} class. */ class MessageEmbed { constructor(message, data) {