Skip to content

Commit 6b2ed83

Browse files
dohsimpsonsimon04
andauthored
Update lib/docs/filters/react_bootstrap/entries.rb
Co-authored-by: Simon Legner <Simon.Legner@gmail.com>
1 parent 6f1a9aa commit 6b2ed83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/docs/filters/react_bootstrap/entries.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def get_type
1515
type = slug.split('/').join('')
1616
end
1717
type.gsub!('-', ' ')
18-
type.split.map(&:capitalize).join(' ')
18+
type = type.split.map(&:capitalize).join(' ')
1919
type
2020
end
2121
end

0 commit comments

Comments
 (0)