Skip to content

Commit

Permalink
Update under-the-hood.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Sep 3, 2024
1 parent 17746fb commit 5a57b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/under-the-hood.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ end

Let’s go back to our `HelloWorld` component and add a class attribute to each of the divs.

```ruby
```ruby{3-4}
class HelloWorld < Component
def view_template
div(class: "outer") {
Expand Down

0 comments on commit 5a57b90

Please sign in to comment.