From 56cfa095105641f7cd7b99d0177228c238b7ff22 Mon Sep 17 00:00:00 2001 From: RDambrosio016 Date: Sun, 23 Feb 2020 15:21:54 -0500 Subject: [PATCH] fix: couple more typos --- src/structures/MessageEmbed.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/structures/MessageEmbed.js b/src/structures/MessageEmbed.js index 5efb6407b..2b0c92c8b 100644 --- a/src/structures/MessageEmbed.js +++ b/src/structures/MessageEmbed.js @@ -345,7 +345,7 @@ class MessageEmbed { } /** - * Checks for valid field input and resolves strings + * Normalizes field input and resolves strings. * @param {StringResolvable} name The name of the field * @param {StringResolvable} value The value of the field * @param {boolean} [inline=false] Set the field to display inline @@ -360,7 +360,7 @@ class MessageEmbed { } /** - * Check for valid field input and resolves strings + * Check for valid field input and resolves strings. * @param {...EmbedField|EmbedField[]} fields Fields to normalize * @returns {EmbedField[]} */