Skip to content

Commit 476ee19

Browse files
author
thatblindgeye
committed
Fix rubocop offense for double quotes
1 parent 95cc473 commit 476ee19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/fixtures/paths/foundations/courses/javascript_foundations.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# +++++++++++++
1515
course.add_section do |section|
1616
section.title = 'JavaScript Basics'
17-
section.description = "Here we finally dig into JavaScript and learn how to make the web dynamic."
17+
section.description = 'Here we finally dig into JavaScript and learn how to make the web dynamic.'
1818
section.identifier_uuid = '331227f7-c939-4988-b8b9-e140d2ded362'
1919

2020
section.add_lessons(

0 commit comments

Comments
 (0)