diff options
author | Oishi Takanori <takanori0014@live.jp> | 2022-02-12 00:38:12 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-02-12 00:41:37 +0900 |
commit | 0c5171d110092440445762d39dc7cd5f91c0dc4e (patch) | |
tree | c29ea210936218b57f987f44a0cefd2c5599a7db /files/ja/web | |
parent | deb720232b128bb7a06103c84776ffa56682434e (diff) | |
download | translated-content-0c5171d110092440445762d39dc7cd5f91c0dc4e.tar.gz translated-content-0c5171d110092440445762d39dc7cd5f91c0dc4e.tar.bz2 translated-content-0c5171d110092440445762d39dc7cd5f91c0dc4e.zip |
fix
Diffstat (limited to 'files/ja/web')
-rw-r--r-- | files/ja/web/css/border-radius/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/css/border-radius/index.md b/files/ja/web/css/border-radius/index.md index 7dc6bc222b..8d4aa76ffc 100644 --- a/files/ja/web/css/border-radius/index.md +++ b/files/ja/web/css/border-radius/index.md @@ -117,7 +117,7 @@ border-radius: unset; </tr> <tr> <td><em>右下</em></td> - <td><img alt="bottom-rigth.png" src="bottom-right.png" /></td> + <td><img alt="bottom-right.png" src="bottom-right.png" /></td> <td> 要素ボックスの右下の隅の境界に使用される半径を記述する {{cssxref("<length>")}} または {{cssxref("<percentage>")}} です。3 つまたは 4 つの値の構文でのみ使用されます。 </td> |