Skip to content

Commit 106be5b

Browse files
committed
Rename arrays and loops lesson
To accommodate TheOdinProject/curriculum#29705
1 parent f444480 commit 106be5b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

db/fixtures/lessons/foundation_lessons.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,11 @@ def foundation_lessons
139139
github_path: '/foundations/javascript_basics/clean_code.md',
140140
identifier_uuid: 'e341018d-424e-40ac-b6cf-59fcdd422446',
141141
},
142-
'Arrays and Loops' => {
143-
title: 'Arrays and Loops',
144-
description: 'In this lesson we learn about arrays and loops.',
142+
'Loops and Arrays' => {
143+
title: 'Loops and Arrays',
144+
description: 'In this lesson we learn about loops and arrays.',
145145
is_project: false,
146-
github_path: '/foundations/javascript_basics/arrays_and_loops.md',
146+
github_path: '/foundations/javascript_basics/loops_and_arrays.md',
147147
identifier_uuid: '336b3336-c589-4e61-876f-1c0e60617da4',
148148
},
149149
'Etch-a-Sketch' => {

db/fixtures/paths/foundations/seed.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
foundation_lessons.fetch('Understanding Errors'),
145145
foundation_lessons.fetch('Rock Paper Scissors'),
146146
foundation_lessons.fetch('Clean Code'),
147-
foundation_lessons.fetch('Arrays and Loops'),
147+
foundation_lessons.fetch('Loops and Arrays'),
148148
foundation_lessons.fetch('DOM Manipulation and Events'),
149149
foundation_lessons.fetch('Revisiting Rock Paper Scissors'),
150150
foundation_lessons.fetch('Etch-a-Sketch'),

0 commit comments

Comments
 (0)