Skip to content

Commit c73e0ae

Browse files
authored
Fix description of list item exercise (#651)
1 parent 2041797 commit c73e0ae

File tree

1 file changed

+1
-1
lines changed
  • docs/2-browser-apps/04-anonymous-function

1 file changed

+1
-1
lines changed

docs/2-browser-apps/04-anonymous-function/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const pricesWithTax = pricesWithoutTax.map((price) => price * (1 + taxRate));
116116

117117
```javascript
118118
const students = ["Hazel", "Dorian", "Scarlett", "Daisy"];
119-
// ここで HTML 要素を取得し、学生の名前をリストアイテムとして表示
119+
// ここで HTML 要素を取得し、学生の名前を箇条書きとして表示
120120
```
121121

122122
:::info[ヒント]

0 commit comments

Comments
 (0)