We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95cc473 commit 476ee19Copy full SHA for 476ee19
db/fixtures/paths/foundations/courses/javascript_foundations.rb
@@ -14,7 +14,7 @@
14
# +++++++++++++
15
course.add_section do |section|
16
section.title = 'JavaScript Basics'
17
- section.description = "Here we finally dig into JavaScript and learn how to make the web dynamic."
+ section.description = 'Here we finally dig into JavaScript and learn how to make the web dynamic.'
18
section.identifier_uuid = '331227f7-c939-4988-b8b9-e140d2ded362'
19
20
section.add_lessons(
0 commit comments