Skip to content

Commit

Permalink
rename 'ES?' lesson to 'What is ES6?'
Browse files Browse the repository at this point in the history
reason: current lesson title is too vague
  • Loading branch information
01zulfi committed Apr 21, 2022
1 parent 6b949e4 commit f4703d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions db/fixtures/lessons/javascript_lessons.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ def javascript_lessons
url: '/javascript/javascript_in_the_real_world/form_validation_with_javascript.md',
identifier_uuid: 'c95fe496-2223-4c96-bf3f-9d8e3796d233',
},
'ES?' => {
title: 'ES?',
description: 'ES?',
'What is ES6?' => {
title: 'What is ES6?',
description: 'What is ES6?',
is_project: false,
url: '/javascript/javascript_in_the_real_world/what_is_es6.md',
identifier_uuid: 'f5c4b108-adf8-41af-bf3b-a38dd409a67d',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
javascript_lessons.fetch('Linting'),
javascript_lessons.fetch('Dynamic User Interface Interactions'),
javascript_lessons.fetch('Form Validation with JavaScript'),
javascript_lessons.fetch('ES?'),
javascript_lessons.fetch('What is ES6?'),
)
end

Expand Down
2 changes: 1 addition & 1 deletion db/fixtures/paths/full_stack_rails/courses/javascript.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
javascript_lessons.fetch('Linting'),
javascript_lessons.fetch('Dynamic User Interface Interactions'),
javascript_lessons.fetch('Form Validation with JavaScript'),
javascript_lessons.fetch('ES?'),
javascript_lessons.fetch('What is ES6?'),
)
end

Expand Down

0 comments on commit f4703d1

Please sign in to comment.