Skip to content

Commit

Permalink
Merge pull request #20 from wrycoder/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Mar 26, 2023
2 parents 2f72a35 + ec9d103 commit 58dff4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/rails/layouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ end

## Yielding content

Rails doesn't provide a mechanism for passsing arguments to a layout component, but your layout can `yield` content provided by `content_for`.
Rails doesn't provide a mechanism for passing arguments to a layout component, but your layout can `yield` content provided by `content_for`.

```ruby
class ApplicationLayout < Phlex::HTML
Expand Down

0 comments on commit 58dff4a

Please sign in to comment.