Skip to content

Commit 60c8c6c

Browse files
authored
Merge pull request #497 from dlackty/patch-1
Fix typo in slim-select_default.md
2 parents cf71013 + 8944824 commit 60c8c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/slim-select_default.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ end
2323
Now, if you want to enable [Slim Select](https://slimselectjs.com/) for a single control, you can add the `"slim-select"` class:
2424

2525
```
26-
f.input :created_at, input_html: { class: ""slim-select" }
26+
f.input :created_at, input_html: { class: "slim-select" }
2727
```
2828

2929
### Options

0 commit comments

Comments
 (0)