Skip to content

Commit 427dfaa

Browse files
committed
Stage4-2の問題文を修正
1 parent 8b458f4 commit 427dfaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/stage4/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('ステージ4(意図通りにイベントを利用できる)', fun
3434
});
3535

3636

37-
it('2 番の要素の click イベントで要素内の数字を 1 ずつ大きくできる', function() {
37+
it('2 番の要素の click イベントで要素内の数字を 1 ずつ小さくできる', function() {
3838

3939
// ここにコードを記述してください。
4040

0 commit comments

Comments
 (0)