We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8601b3 commit c410447Copy full SHA for c410447
handbook/tags.md
@@ -7,7 +7,7 @@ Attributes are normally symbol keys, which get dasherized. If you need a special
7
8
::: code-group
9
```ruby
10
-div(data_controller: "hello", "_special": "value") do
+div(data_controller: "hello", "_special" => "value") do
11
"Hello!"
12
end
13
```
0 commit comments