Skip to content

Commit c410447

Browse files
authored
Update tags.md
Signed-off-by: Joel Drapper <joel@drapper.me>
1 parent d8601b3 commit c410447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handbook/tags.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Attributes are normally symbol keys, which get dasherized. If you need a special
77

88
::: code-group
99
```ruby
10-
div(data_controller: "hello", "_special": "value") do
10+
div(data_controller: "hello", "_special" => "value") do
1111
"Hello!"
1212
end
1313
```

0 commit comments

Comments
 (0)