Skip to content

Commit 4a0ce5d

Browse files
authored
Merge pull request #173 from joyofrails/rossta-patch-1
Fix typo
2 parents 02ccd36 + 2a69130 commit 4a0ce5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/content/pages/articles/custom-color-schemes-with-ruby-on-rails.html.mdrb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tags:
1212
- Rails
1313
---
1414

15-
This blog post lets you edit the color scheme of this site, [Joy of Rails](/).
15+
This blog post uses Rails and Hotwire to let you edit the color scheme of this site, [Joy of Rails](/).
1616

1717
Give it a try.
1818

app/views/color_schemes/form.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def view_template
7373

7474
markdown do
7575
<<~MARKDOWN
76-
Click the Save button to keep this choice and browse the site with **#{@preview_color_scheme.display_name}** Saving adds the color scheme as a session cookie that will persist across page views on your current device. You can delete the color scheme choice at any time."
76+
Click the Save button to keep this choice and browse the site with **#{@preview_color_scheme.display_name}** Saving adds the color scheme as a session cookie that will persist across page views on your current device. You can delete the color scheme choice at any time.
7777
MARKDOWN
7878
end
7979

0 commit comments

Comments
 (0)