Skip to content

Commit d487137

Browse files
authored
Update README.md
1 parent ff11b6e commit d487137

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
@@ -88,7 +88,7 @@ KeyboardButton::make()
8888
->requestContact();
8989
```
9090

91-
As a shortcut, you can pass the mandatory `text` field as an argument of the static `make()` method like this:
91+
As a shortcut, you can pass the mandatory `text` field as an argument to the static method `make()` like this:
9292

9393
```php
9494
KeyboardButton::make('Text of Button')

0 commit comments

Comments
 (0)