Skip to content

Commit 7a8d9e4

Browse files
committed
Rename file name
1 parent 6f99d55 commit 7a8d9e4

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

docs/2-browser-apps/09-project/_samples/calender/index.html renamed to docs/2-browser-apps/09-project/_samples/calendar/index.html

File renamed without changes.

docs/2-browser-apps/09-project/_samples/calender/script.js renamed to docs/2-browser-apps/09-project/_samples/calendar/script.js

File renamed without changes.

docs/2-browser-apps/09-project/_samples/calender/style.css renamed to docs/2-browser-apps/09-project/_samples/calendar/style.css

File renamed without changes.
File renamed without changes.

docs/2-browser-apps/09-project/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: プロジェクト
55
import Term from "@site/src/components/Term";
66
import ViewSource from "@site/src/components/ViewSource";
77
import ExternalVideoPlayer from "@site/src/components/ExternalVideoPlayer";
8-
import calenderVideo from "./calender.mp4";
8+
import calendarVideo from "./calendar.mp4";
99

1010
ここまでの知識を使って、今月分の予定管理アプリを作ってみましょう。
1111

@@ -16,7 +16,7 @@ import calenderVideo from "./calender.mp4";
1616
- 編集中には消去ボタンが現れ、押すと予定を削除できる。
1717
- 編集中に別の場所を押したりエンターキーを押したりすると予定が確定する(何も入力していない状態だと消える)
1818

19-
<video src={calenderVideo} controls loop autoPlay muted />
19+
<video src={calendarVideo} controls loop autoPlay muted />
2020

2121
## ヒント
2222

@@ -89,4 +89,4 @@ window.addEventListener("keypress", pressed);
8989

9090
解答例は次のリンクを参照してください。
9191

92-
<ViewSource url={import.meta.url} path="_samples/calender" />
92+
<ViewSource url={import.meta.url} path="_samples/calendar" />

0 commit comments

Comments
 (0)