diff options
author | juner <juner@juner.net> | 2021-03-02 16:10:59 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 16:10:59 +0900 |
commit | c62b2c2dd1f15245e0145a75315cd832249bc88d (patch) | |
tree | 64186a23d16fcbba0195bc93b5d6e51f253a4810 /files/ja/web | |
parent | dd4d0ee7043b92b2aadf45152205442efb9ded84 (diff) | |
download | translated-content-c62b2c2dd1f15245e0145a75315cd832249bc88d.tar.gz translated-content-c62b2c2dd1f15245e0145a75315cd832249bc88d.tar.bz2 translated-content-c62b2c2dd1f15245e0145a75315cd832249bc88d.zip |
誤字の修正
❌利用可能な空白をして死された引数で置き換えた
⭕利用可能な空白を指定された引数で置き換えた
Diffstat (limited to 'files/ja/web')
-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> |