Skip to content

Commit

Permalink
Update tags.md
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Drapper <[email protected]>
  • Loading branch information
joeldrapper authored Sep 6, 2024
1 parent d8601b3 commit c410447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handbook/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Attributes are normally symbol keys, which get dasherized. If you need a special

::: code-group
```ruby
div(data_controller: "hello", "_special": "value") do
div(data_controller: "hello", "_special" => "value") do
"Hello!"
end
```
Expand Down

0 comments on commit c410447

Please sign in to comment.