Skip to content

Commit

Permalink
Fix rubocop offense for double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
thatblindgeye committed Jan 22, 2023
1 parent 95cc473 commit 476ee19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# +++++++++++++
course.add_section do |section|
section.title = 'JavaScript Basics'
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.'
section.identifier_uuid = '331227f7-c939-4988-b8b9-e140d2ded362'

section.add_lessons(
Expand Down

0 comments on commit 476ee19

Please sign in to comment.