Skip to content

Commit 2d84dd3

Browse files
aster-voidchvmvd
andauthored
編集内容 -> 新しい内容
Co-authored-by: WATAHIKI Yuto <[email protected]>
1 parent 57a126c commit 2d84dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/2-browser-apps/06-project/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ addButton.onclick = () => {
178178

179179
```javascript
180180
// ユーザーに入力を求め、入力された値を todoText.textContent に代入する
181-
todoText.textContent = prompt("編集内容を入力してください");
181+
todoText.textContent = prompt("新しい内容を入力してください。");
182182
```
183183

184184
<Details summary='ステップ 3 の解答例'>

0 commit comments

Comments
 (0)