From 2449258dc46cf43a2b2d093e89aabda586646c05 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Wed, 4 Mar 2015 13:37:53 +0900 Subject: fix spelling, `ERb` -> `ERB` [ci skip] --- guides/source/layouts_and_rendering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/layouts_and_rendering.md b/guides/source/layouts_and_rendering.md index 5c7fad09ed..54db23bb32 100644 --- a/guides/source/layouts_and_rendering.md +++ b/guides/source/layouts_and_rendering.md @@ -589,7 +589,7 @@ The lookup order for a `admin/products#index` action will be: * `app/views/admin/` * `app/views/application/` -This makes `app/views/application/` a great place for your shared partials, which can then be rendered in your ERb as such: +This makes `app/views/application/` a great place for your shared partials, which can then be rendered in your ERB as such: ```erb <%# app/views/admin/products/index.html.erb %> -- cgit v1.2.3