From 6c76acfd8ed786ecfb2dfd9825457a9b1017fa88 Mon Sep 17 00:00:00 2001 From: Lynh Date: Wed, 31 May 2017 17:46:08 +0700 Subject: [PATCH] Fix typo --- sending.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sending.md b/sending.md index 1599859..bc521c0 100644 --- a/sending.md +++ b/sending.md @@ -5,7 +5,7 @@ - [Type Indicators](#type-indicators) - [Originating Messages](#originating-messages) - [Sending Facebook Templates](#sending-facebook-templates) -- [Send Low-Level reqeusts](#sending-low-level-requests) +- [Send Low-Level requests](#sending-low-level-requests) ## Introduction @@ -229,4 +229,4 @@ $botman->hears('sticker', function($bot) { }); ``` -If your API endpoint needs a Chat-ID, User-ID or Channel-ID that BotMan already knows, it will be passed along in the appropriate format for you, so you do not need to worry about it. \ No newline at end of file +If your API endpoint needs a Chat-ID, User-ID or Channel-ID that BotMan already knows, it will be passed along in the appropriate format for you, so you do not need to worry about it.