Fixed typos

This commit is contained in:
Pascal Borreli 2016-03-24 19:20:05 +00:00
commit 42a68a7e9c

View file

@ -5,7 +5,7 @@ function icon($name) {
return (file_get_contents('icons/' . $name . '.svg'));
}
// Helper to link to a documenation page
// Helper to link to a documentation page
function docLink($page) {
return '/docs/' . $page;
}

View file

@ -9,7 +9,7 @@
@if(isset($title) && $title)
<title>{{ $title }} - BookStack</title>
@else
<title>BookStack | A Simple and Free Documenation Platform</title>
<title>BookStack | A Simple and Free Documentation Platform</title>
@endif
<link rel="stylesheet" href="/dist/styles.min.css">