Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
harokki committed Feb 19, 2024
1 parent fb258d8 commit b8106d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/ja/snippets/mouse/right_click.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if (typeof Event === "function") {
element.dispatchEvent(event);
```

上記のスニペットでうまくいかない場合は、右クリックする箇所の座標を指定するスニペットを試してください
上記のスニペットでうまくいかない場合は、右クリックする箇所の座標を指定する以下のスニペットを試してください

※このスニペットはIE11をサポートしていません。

Expand Down

0 comments on commit b8106d4

Please sign in to comment.