aboutsummaryrefslogtreecommitdiff
path: root/files/ja/learn
diff options
context:
space:
mode:
authormutation <38175860+KaoruMuta@users.noreply.github.com>2021-08-16 00:01:55 +0900
committerGitHub <noreply@github.com>2021-08-16 00:01:55 +0900
commit3e046cdf0697ddb0d1654d42ff07593ec8e34d51 (patch)
tree19d078f979c56895e9e9a6fd8da471b5ca203ea4 /files/ja/learn
parent82725e653b985698e7b11ca48682c86ae78fa1b1 (diff)
downloadtranslated-content-3e046cdf0697ddb0d1654d42ff07593ec8e34d51.tar.gz
translated-content-3e046cdf0697ddb0d1654d42ff07593ec8e34d51.tar.bz2
translated-content-3e046cdf0697ddb0d1654d42ff07593ec8e34d51.zip
fix(l10n-ja): modify typo in values_and_units (#2068)
Diffstat (limited to 'files/ja/learn')
-rw-r--r--files/ja/learn/css/building_blocks/values_and_units/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/learn/css/building_blocks/values_and_units/index.html b/files/ja/learn/css/building_blocks/values_and_units/index.html
index 88ab8ebcbe..52afc03922 100644
--- a/files/ja/learn/css/building_blocks/values_and_units/index.html
+++ b/files/ja/learn/css/building_blocks/values_and_units/index.html
@@ -313,7 +313,7 @@ translation_of: Learn/CSS/Building_blocks/Values_and_units
<ul>
<li><strong>色相(Hue)</strong>: 色のベースとなるシェード。これは 0 から 360 の値を取り、色相環の角度を表します。</li>
<li><strong>彩度(Saturation)</strong>: 色がどれだけ飽和しているか? これは 0–100% の値を取り、0 は色がなく (グレーのシェードに見える)、100% はフルカラーの飽和となります。</li>
- <li><strong>(Lightness)</strong>: 色がどれだけ明るいのか? こりは 0–100% の値を取り、0 は明度がなく (完全な黒に見える)、100% はフルの明度です (完全な白となる)。</li>
+ <li><strong>輝度(Lightness)</strong>: 色がどれだけ明るいのか? これは 0–100% の値を取り、0 は明度がなく (完全な黒に見える)、100% はフルの明度です (完全な白となる)。</li>
</ul>
<p>RGB の例を HSL の色に更新すると次のようになります:</p>