diff options
author | okathira <43328895+okathira@users.noreply.github.com> | 2021-08-01 01:37:34 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-01 01:37:34 +0900 |
commit | a50431ec62070e2080422cc595163e074365e72c (patch) | |
tree | feeb78bcdf8d74989be076e802803adc610794cf /files/ja | |
parent | fbf77fe60856c53cca088bc7382fd27c653091b4 (diff) | |
download | translated-content-a50431ec62070e2080422cc595163e074365e72c.tar.gz translated-content-a50431ec62070e2080422cc595163e074365e72c.tar.bz2 translated-content-a50431ec62070e2080422cc595163e074365e72c.zip |
fix typo (#1777)
Diffstat (limited to 'files/ja')
-rw-r--r-- | files/ja/web/css/min-width/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/css/min-width/index.html b/files/ja/web/css/min-width/index.html index 8375671974..9660976dc7 100644 --- a/files/ja/web/css/min-width/index.html +++ b/files/ja/web/css/min-width/index.html @@ -53,7 +53,7 @@ min-width: unset; <dt><code>min-content</code></dt> <dd>内容物の最小の <code>min-width</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> |