From 4886763707e640d7d43e5212f2df231ec702a588 Mon Sep 17 00:00:00 2001 From: Jonathan Speek Date: Fri, 15 Dec 2017 10:02:43 -0700 Subject: [PATCH] Fixed typo in _layouts/home.html --- _layouts/home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/home.html b/_layouts/home.html index 475918e..2b74546 100755 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -11,9 +11,9 @@ {% include info-block.html title="What are Design Principles?" description="Design Principles are a set of considerations that form the basis of any good product."%} - {% include info-block.html title="Why use them?" description="Design Principles help teams with decision making. A few simple principles or constructive questions will guide your team towards making appropriate decisions." %} + {% include info-block.html title="Why uses them?" description="Design Principles help teams with decision making. A few simple principles or constructive questions will guide your team towards making appropriate decisions." %} - {% include info-block.html title="Who use them?" description="Organisations, individuals and product teams have benefitted from writing and following their principles.
Here are a few examples:" %} + {% include info-block.html title="Who uses them?" description="Organisations, individuals and product teams have benefitted from writing and following their principles.
Here are a few examples:" %} {% include block-grid-featured.html%}