Skip to content

Commit 0e7a397

Browse files
committed
JS -> JavaScript
1 parent 1ac5c18 commit 0e7a397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1-trial-session/13-dom/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ element.style.backgroundColor = "red";
5656

5757
[CSS の節](../12-css/index.md)の課題を、<Term type="styleAttribute">style 属性</Term>を使用せずに JavaScript のみで実現してみましょう。
5858

59-
<Answer title="JSを用いたCSSスタイリング">
59+
<Answer title="JavaScriptを用いたCSSスタイリング">
6060

6161
```html
6262
<!doctype html>

0 commit comments

Comments
 (0)