Skip to content

Commit

Permalink
Minor spelling correction
Browse files Browse the repository at this point in the history
There was an extra "s" in "passing"
  • Loading branch information
wrycoder authored Mar 25, 2023
1 parent 2f72a35 commit ec9d103
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 ec9d103

Please sign in to comment.