Skip to content

Commit 97d8bb4

Browse files
authored
Fixed typo of validate rich menu object API code in README (#395)
1 parent 6dc0268 commit 97d8bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ https://developers.line.biz/ja/reference/messaging-api/#validate-rich-menu-objec
365365
bounds=RichMenuBounds(x=0, y=0, width=2500, height=843),
366366
action=URIAction(label='Go to line.me', uri='https://line.me'))]
367367
)
368-
line_bot_api.validate_rich_menu_object(rich_menu=rich_menu_to_create)
368+
line_bot_api.validate_rich_menu_object(rich_menu=rich_menu_to_validate)
369369
370370
create\_rich\_menu(self, rich\_menu, timeout=None)
371371
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)