Skip to content

Commit c3903ef

Browse files
committed
Add missing indentation to tip
1 parent 2c7bae3 commit c3903ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ We've fixed this so you don't need to care, but this is what's happening.
7171
> ```ruby
7272
> # config/initializers/inflections.rb
7373
> ActiveSupport::Inflector.inflections(:en) do |inflect|
74-
> inflect.acronym "OAuth" # ‘oauth’ → ‘OAuth’
74+
> inflect.acronym "OAuth" # ‘oauth’ → ‘OAuth’
7575
> end
7676
> ```
7777
>

0 commit comments

Comments
 (0)