From a864b2aad5bcafcf912761643ee7e3539d9741f9 Mon Sep 17 00:00:00 2001 From: Patrick Louys Date: Tue, 1 Nov 2016 17:52:22 +0100 Subject: [PATCH] Update 12-frontend.md --- 12-frontend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12-frontend.md b/12-frontend.md index 620d878..bd30564 100644 --- a/12-frontend.md +++ b/12-frontend.md @@ -5,7 +5,7 @@ I don't know about you, but I don't like to work on a site that looks two decades old. So let's improve the look of our little application. -This is not a frontend tutorial, so we'll just [pure](http://purecss.io/) and call it a day. +This is not a frontend tutorial, so we'll just use [pure](http://purecss.io/) and call it a day. First we need to change the `Layout.html` template. I don't want to waste your time with HTML and CSS, so I'll just provide the code for you to copy paste.