Skip to content

Commit a95e052

Browse files
committed
typo
1 parent 060d8f0 commit a95e052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/line/bot/client.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def unlink_user_rich_menu(user_id)
363363
delete(endpoint_path)
364364
end
365365

366-
# To link a rich menus to multiple users at a time
366+
# To link rich menus to multiple users at a time
367367
#
368368
# @param user_ids [Array] ID of the user
369369
# @param rich_menu_id [String] ID of the uploaded rich menu
@@ -384,7 +384,7 @@ def bulk_link_rich_menus(user_ids, rich_menu_id)
384384
request.post
385385
end
386386

387-
# To unlink a rich menus from multiple users at a time
387+
# To unlink rich menus from multiple users at a time
388388
#
389389
# @param user_ids [Array] ID of the user
390390
#

0 commit comments

Comments
 (0)