Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 0154f9e

Browse files
committed
fix typo in docs
...and removed one repetative "the"
1 parent b86ed77 commit 0154f9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

demo/withPlugins/withFixedHeader.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ <h1><i class="fa fa-play"></i>&nbsp;With the DataTables <a href="https://datatab
44
</header>
55
<section class="article-content">
66
<p>
7-
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>FixedHeader</code> works with datatables.
7+
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>FixedHeader</code> work with datatables.
88
</p>
99
<p>
10-
You need to add the files <code>angular-datatables.fixedheader.min.js</code> to your HTML file.
10+
You need to add the file <code>angular-datatables.fixedheader.min.js</code> to your HTML file.
1111
</p>
1212
<p>
1313
You also need to add the dependency <code>datatables.fixedheader</code> to your Angular app.
1414
</p>
1515
<div class="api alert alert-danger">
1616
<p>
17-
<i class="fa fa-warning"></i>&nbsp;Beware when using routers. It seems that the header and the footer stay
18-
in your DOM even when you change your application state. So you will need to tweek your code to remove them
17+
<i class="fa fa-warning"></i>&nbsp;Beware when using routers. It seems that the header and footer stay
18+
in your DOM even when you change your application state. So you will need to tweak your code to remove them
1919
when exiting the state.
2020
</p>
2121
<p>

0 commit comments

Comments
 (0)