Skip to content

Commit 426cecd

Browse files
committed
Correct docs
1 parent 1350c11 commit 426cecd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/_basic/ja_listening_actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def update_message(ack):
3232

3333
<div class="secondary-content" markdown="0">
3434

35-
制約付きのオブジェクトを使用すると、`callback_id``block_id`、および `action_id` をそれぞれ、または任意に組み合わせてリッスンできます。オブジェクト内の制約は、`str` 型または `re.Pattern` 型で指定できます。
35+
制約付きのオブジェクトを使用すると、`block_id` `action_id` をそれぞれ、または任意に組み合わせてリッスンできます。オブジェクト内の制約は、`str` 型または `re.Pattern` 型で指定できます。
3636

3737
</div>
3838

docs/_basic/listening_actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def update_message(ack):
3232

3333
<div class="secondary-content" markdown="0">
3434

35-
You can use a constraints object to listen to `callback_id`s, `block_id`s, and `action_id`s (or any combination of them). Constraints in the object can be of type `str` or `re.Pattern`.
35+
You can use a constraints object to listen to `block_id`s and `action_id`s (or any combination of them). Constraints in the object can be of type `str` or `re.Pattern`.
3636

3737
</div>
3838

0 commit comments

Comments
 (0)