Skip to content

Commit 7d5b49d

Browse files
committed
Grammar error fix
1 parent 264e594 commit 7d5b49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Build keyboards
114114
------------
115115
Telegram's bots can have two different kind of keyboards: Inline and Reply.
116116
The InlineKeyboard is linked to a particular message, while the ReplyKeyboard is linked to the whole chat.
117-
Both are an array of array of buttons, which rapresent the row and columns.
117+
They are both an array of array of buttons, which rapresent the rows and columns.
118118
For instance you can arrange a ReplyKeyboard like this:
119119
![ReplyKeabordExample](https://picload.org/image/rilclcwr/replykeyboard.png)
120120
using this code:

0 commit comments

Comments
 (0)