Fixed typos
This commit is contained in:
parent 285a1e7d23
commit 42a68a7e9c
2 changed files with 2 additions and 2 deletions
| @ -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; | ||||
} |
| @ -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"> | ||||
| ||||
| |
Loading…
Add table
Add a link
Reference in a new issue