diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-03-13 19:22:57 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-13 19:22:57 +0900 |
commit | 167d1349ab874aed4a6d630a3bb8738f721bc435 (patch) | |
tree | 18218a9b7fde7562ccee08f44e30ff9dcff39c7d | |
parent | 09066e0a3fb90d4977a998fdd4d109ced4910d2d (diff) | |
parent | c62b2c2dd1f15245e0145a75315cd832249bc88d (diff) | |
download | translated-content-167d1349ab874aed4a6d630a3bb8738f721bc435.tar.gz translated-content-167d1349ab874aed4a6d630a3bb8738f721bc435.tar.bz2 translated-content-167d1349ab874aed4a6d630a3bb8738f721bc435.zip |
Merge pull request #79 from juner/max-height
誤字の修正
-rw-r--r-- | files/ja/web/css/max-height/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/css/max-height/index.html b/files/ja/web/css/max-height/index.html index 4d333dd365..0435b9a45a 100644 --- a/files/ja/web/css/max-height/index.html +++ b/files/ja/web/css/max-height/index.html @@ -54,7 +54,7 @@ max-height: unset; <dt><code>min-content</code></dt> <dd>内容物の最小の <code>max-height</code> です。</dd> <dt><code>fit-content({{cssxref("<length-percentage>")}})</code></dt> - <dd>利用可能な空白をして死された引数で置き換えた <code>fit-content</code> 式を使用します。すなわち、 <code>min(max-content, max(min-content, <var>引数</var>))</code> です。</dd> + <dd>利用可能な空白を指定された引数で置き換えた <code>fit-content</code> 式を使用します。すなわち、 <code>min(max-content, max(min-content, <var>引数</var>))</code> です。</dd> </dl> <h3 id="Formal_syntax" name="Formal_syntax">形式文法</h3> |