Skip to content

Commit 5ed0f37

Browse files
authored
Update README.md
1 parent 13b8a35 commit 5ed0f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ A ReplyKeyboardMarkup is created by calling the static `make()` method on `Reply
5858
like `one_time_keyboard`, can be chained by calling it in camelCase. Buttons can be added by calling
5959
the `button()` method. We have a detailed look on that later.
6060

61-
The classes and fields are named after the corresponding type and fields of
61+
The classes and fields are named after the corresponding types and fields of
6262
the [Telegram Bot API](https://core.telegram.org/bots/api).
6363

6464
<p align="right">(<a href="#top">back to top</a>)</p>
@@ -177,7 +177,7 @@ $data['reply_markup'] = ForceReply::make()->inputFieldPlaceholder('Please type s
177177

178178
### KeyboardButtonPollType
179179

180-
The request_poll field is a little special. You can specify which poll type the user can create by passing
180+
The `request_poll` field is a little special. You can specify which poll type the user can create by passing
181181
a `KeyboardButtonPollType` object.
182182

183183
```php

0 commit comments

Comments
 (0)