Skip to content

Commit da0d9c4

Browse files
authored
Merge pull request #2 from mbeijen/search-documentation-typo
Typo: documentation is not plural
2 parents 1807249 + bd5a767 commit da0d9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmpl/navigation.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var self = this;
55
<h3 class="applicationName"><a href="index.html"><?js= env.conf.templates.applicationName ?></a></h3>
66

77
<div class="search">
8-
<input id="search" type="text" class="form-control input-sm" placeholder="Search Documentations">
8+
<input id="search" type="text" class="form-control input-sm" placeholder="Search Documentation">
99
</div>
1010
<ul class="list">
1111
<?js

0 commit comments

Comments
 (0)