From 837cab6ec9bcffe2c62da8aad3d603cfb327560b Mon Sep 17 00:00:00 2001 From: Vladimir Lugovsky Date: Wed, 11 Apr 2018 19:58:15 +0300 Subject: [PATCH] fix(docs): fix type in docs --- docs/templates/layout.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/templates/layout.jade b/docs/templates/layout.jade index 0de2dcc..6d46fb0 100644 --- a/docs/templates/layout.jade +++ b/docs/templates/layout.jade @@ -35,7 +35,7 @@ html(lang='en') block content h2 Welcome to blur admin! footer.wrap - div.left Powered by Angular, Bootsrap, Gulp and more... + div.left Powered by Angular, Bootstrap, Gulp and more... div.right | © 2015–2016 Akveo LLC
| Documentation licensed under #[a(href='https://creativecommons.org/licenses/by/4.0/') CC BY 4.0]. @@ -44,4 +44,4 @@ html(lang='en') script. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q || []).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-61945105-3', 'auto'); - ga('send', 'pageview'); \ No newline at end of file + ga('send', 'pageview');