aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/ja/web/css/text-decoration-style/index.md4
-rw-r--r--files/ja/web/css/text-decoration-thickness/index.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/files/ja/web/css/text-decoration-style/index.md b/files/ja/web/css/text-decoration-style/index.md
index c57688cb8f..e00778011b 100644
--- a/files/ja/web/css/text-decoration-style/index.md
+++ b/files/ja/web/css/text-decoration-style/index.md
@@ -61,7 +61,7 @@ text-decoration-style: unset;
{{csssyntax}}
-## Examples
+## 例
<h3 id="Setting_a_wavy_underline">波線の下線を設定</h3>
@@ -92,7 +92,7 @@ text-decoration-style: unset;
<p class="wavy">このテキストには付近に赤い波線があります。</p>
```
-#### Results
+#### 結果
{{ EmbedLiveSample('Setting_a_wavy_underline', '', '', '') }}
diff --git a/files/ja/web/css/text-decoration-thickness/index.md b/files/ja/web/css/text-decoration-thickness/index.md
index b2d8586caf..3e459d8de0 100644
--- a/files/ja/web/css/text-decoration-thickness/index.md
+++ b/files/ja/web/css/text-decoration-thickness/index.md
@@ -56,7 +56,7 @@ text-decoration-thickness: unset;
{{csssyntax}}
-## Examples
+## 例
<h3 id="Varying_thickness">様々な太さ</h3>
@@ -90,7 +90,7 @@ text-decoration-thickness: unset;
}
```
-#### Results
+#### 結果
{{ EmbedLiveSample('Varying_thickness', '', '', '') }}