aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroki Okada <hirokio@tutanota.com>2021-12-10 00:56:43 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2021-12-11 00:29:29 +0900
commite44f22792e90347cb3ba51cb8643e4f54a0f2f43 (patch)
treefa7b5eb6a3ba0104630914da34f07edb446ba59f
parent290cf8a7b6bf52a0f406451e6a04e1e406bd7f2e (diff)
downloadtranslated-content-e44f22792e90347cb3ba51cb8643e4f54a0f2f43.tar.gz
translated-content-e44f22792e90347cb3ba51cb8643e4f54a0f2f43.tar.bz2
translated-content-e44f22792e90347cb3ba51cb8643e4f54a0f2f43.zip
[ja] Fix typo in files/ja/web/css/margin/index.md
-rw-r--r--files/ja/web/css/margin/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/css/margin/index.md b/files/ja/web/css/margin/index.md
index 620ad1d306..a83a3dadac 100644
--- a/files/ja/web/css/margin/index.md
+++ b/files/ja/web/css/margin/index.md
@@ -134,7 +134,7 @@ margin: 10px 3% -1em; /* 上: 10px のマージン */
margin: 10px 3px 30px 5px; /* 上: 10px のマージン */
/* 右: 3px のマージン */
/* 下: 30px のマージン */
- /* 右: 5px のマージン */
+ /* 左: 5px のマージン */
margin: 2em auto; /* 上と下: 2em のマージン */
/* ボックスは水平方向に中央 */