aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2022-01-01 01:29:25 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2022-01-11 11:49:44 +0900
commit9395f3139f151fe98bd585be184c623ab3aabce1 (patch)
tree651a20e1e7cc8f39fa99f4e771b803b0b69d3464 /files/ja/web/api
parentb39e63798f64709e6edacbaee18847b52b6736d3 (diff)
downloadtranslated-content-9395f3139f151fe98bd585be184c623ab3aabce1.tar.gz
translated-content-9395f3139f151fe98bd585be184c623ab3aabce1.tar.bz2
translated-content-9395f3139f151fe98bd585be184c623ab3aabce1.zip
Update index.md
Diffstat (limited to 'files/ja/web/api')
-rw-r--r--files/ja/web/api/mouseevent/ctrlkey/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/mouseevent/ctrlkey/index.md b/files/ja/web/api/mouseevent/ctrlkey/index.md
index c879da2f18..efa529533b 100644
--- a/files/ja/web/api/mouseevent/ctrlkey/index.md
+++ b/files/ja/web/api/mouseevent/ctrlkey/index.md
@@ -20,7 +20,7 @@ translation_of: Web/API/MouseEvent/ctrlKey
## 値
-論理値gで、 `true` はキーが押されていたことを示し、 `false` はキーが押されていなかったことを示します。
+論理値で、 `true` はキーが押されていたことを示し、 `false` はキーが押されていなかったことを示します。
## 例