From 0d3a07951616e843ed3d7cd7978ac816cb1a5b90 Mon Sep 17 00:00:00 2001 From: orthographic-pedant Date: Tue, 29 Sep 2015 01:08:21 -0400 Subject: [PATCH] Fixed typographical error, changed auxilliary to auxiliary in README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e5357c..17b7d1e 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ Non-Controller based templates are meant for partials. *A note about Controller-based vs Non-Controller-based templates and views:* -Rendr does not make a distinction in the templates and views, but I have found that the distinction between a controller-based view and a re-usable partial view is strong enough to warrant a separation. Templates especially will be different if they are to represent a list of a resource or a the main page of a resource. Things like headers and other auxilliary information may be found on a page that are not found in a partial. +Rendr does not make a distinction in the templates and views, but I have found that the distinction between a controller-based view and a re-usable partial view is strong enough to warrant a separation. Templates especially will be different if they are to represent a list of a resource or a the main page of a resource. Things like headers and other auxiliary information may be found on a page that are not found in a partial. ##### Example - app/templates/companies/index.hbs @@ -377,7 +377,7 @@ Non-Controller based views are meant for partials. *A note about Controller-based vs Non-Controller-based templates and views:* -Rendr does not make a distinction in the templates and views, but I have found that the distinction between a controller-based view and a re-usable partial view is strong enough to warrant a separation. Views especially will be different if they are to represent a list of a resource or a the main page of a resource. Things like headers and other auxilliary information may be found on a page that are not found in a partial. Additionally, page-based views (controller views) are more likely to have other partial views included, where as partial views (non-controller) are more likely to thin. +Rendr does not make a distinction in the templates and views, but I have found that the distinction between a controller-based view and a re-usable partial view is strong enough to warrant a separation. Views especially will be different if they are to represent a list of a resource or a the main page of a resource. Things like headers and other auxiliary information may be found on a page that are not found in a partial. Additionally, page-based views (controller views) are more likely to have other partial views included, where as partial views (non-controller) are more likely to thin. ##### Example - app/views/employees/index.js