From 446586d8ed149096fb80315681b3b885c4d2aa68 Mon Sep 17 00:00:00 2001 From: yago Date: Sun, 12 Jul 2015 12:27:34 +0200 Subject: [PATCH] Misspelling Sting --- src/telegram.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/telegram.js b/src/telegram.js index 34363f2..71d88cb 100644 --- a/src/telegram.js +++ b/src/telegram.js @@ -200,7 +200,7 @@ TelegramBot.prototype.getUpdates = function (timeout, limit, offset) { /** * Send text message. * @param {Number|String} chatId Unique identifier for the message recipient - * @param {Sting} text Text of the message to be sent + * @param {String} text Text of the message to be sent * @param {Object} [options] Additional Telegram query options * @return {Promise} * @see https://core.telegram.org/bots/api#sendmessage