We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff11b6e commit d487137Copy full SHA for d487137
README.md
@@ -88,7 +88,7 @@ KeyboardButton::make()
88
->requestContact();
89
```
90
91
-As a shortcut, you can pass the mandatory `text` field as an argument of the static `make()` method like this:
+As a shortcut, you can pass the mandatory `text` field as an argument to the static method `make()` like this:
92
93
```php
94
KeyboardButton::make('Text of Button')
0 commit comments