Skip to content

Commit 84e64e3

Browse files
authored
Fix typo in Action Controller Advanced Topics guide
1 parent 2f6cc65 commit 84e64e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/action_controller_advanced_topics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Starting with version 7.2, Rails controllers use [`allow_browser`](https://api.r
105105

106106
```ruby
107107
class ApplicationController < ActionController::Base
108-
# Only allow modern browsers supporting webp images, web push, badges, import # maps, CSS nesting, and CSS :has.
108+
# Only allow modern browsers supporting webp images, web push, badges, import maps, CSS nesting, and CSS :has.
109109
allow_browser versions: :modern
110110
end
111111
```

0 commit comments

Comments
 (0)