From 713c2e09a8e65ec34a5bac26743b33b9990b6ba5 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Tue, 6 Oct 2015 21:00:53 +0200 Subject: [PATCH] refactor(dashboard): font definition correction --- integration/file_test.go | 2 +- static/index.html | 2 +- static/style.css | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/integration/file_test.go b/integration/file_test.go index 3f1ec5c13..67466ea3e 100644 --- a/integration/file_test.go +++ b/integration/file_test.go @@ -18,7 +18,7 @@ func (s *FileSuite) TestSimpleConfiguration(c *check.C) { // TODO validate : run on 80 resp, err := http.Get("http://127.0.0.1/") - // Expected a 404 as we did not comfigure anything + // Expected a 404 as we did not configure anything c.Assert(err, checker.IsNil) c.Assert(resp.StatusCode, checker.Equals, 404) diff --git a/static/index.html b/static/index.html index 632ce2225..9c8bed3b7 100644 --- a/static/index.html +++ b/static/index.html @@ -21,7 +21,7 @@