From ec9d103feb82693ca5ec1982cfde705a7fa16720 Mon Sep 17 00:00:00 2001 From: Michael Toulouse Date: Sat, 25 Mar 2023 13:14:48 -0400 Subject: [PATCH] Minor spelling correction There was an extra "s" in "passing" --- pages/rails/layouts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/rails/layouts.md b/pages/rails/layouts.md index 889ff4e..69cbe2e 100644 --- a/pages/rails/layouts.md +++ b/pages/rails/layouts.md @@ -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