File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 ]);
2323});
2424
25- it ('can has multiple buttons ' , function () {
25+ it ('can have multiple buttons ' , function () {
2626 $ keyboard = InlineKeyboardMarkup::make ()
2727 ->button (InlineKeyboardButton::make ()->text ('Button A ' ))
2828 ->button (InlineKeyboardButton::make ()->text ('Button B ' ))
4444 ]);
4545});
4646
47- it ('can has multiple rows ' , function () {
47+ it ('can have multiple rows ' , function () {
4848 $ keyboard = InlineKeyboardMarkup::make ()
4949 ->row ([
5050 InlineKeyboardButton::make ()->text ('Button A ' ),
Original file line number Diff line number Diff line change 4040 ]);
4141});
4242
43- it ('can has multiple buttons ' , function () {
43+ it ('can have multiple buttons ' , function () {
4444 $ keyboard = ReplyKeyboardMarkup::make ()
4545 ->button (KeyboardButton::make ()->text ('Button A ' ))
4646 ->button (KeyboardButton::make ()->text ('Button B ' ))
6262 ]);
6363});
6464
65- it ('can has multiple rows ' , function () {
65+ it ('can have multiple rows ' , function () {
6666 $ keyboard = ReplyKeyboardMarkup::make ()
6767 ->row ([
6868 KeyboardButton::make ()->text ('Button A ' ),
You can’t perform that action at this time.
0 commit comments