Skip to content

Commit 2e7b1fa

Browse files
committed
Correct typo
1 parent a2ace2b commit 2e7b1fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Then, to load and initialise DataTables in your code use:
2525
import DataTable from 'datatables.net-jqui';
2626
2727
new DataTable('#myTable', {
28-
// initalisation options
28+
// initialisation options
2929
});
3030
```
3131

@@ -35,7 +35,7 @@ If you are using an old version of Node or a CommonJS loader, you might need to
3535
const DataTable = require('datatables.net-jqui');
3636
3737
new DataTable('#myTable', {
38-
// initalisation options
38+
// initialisation options
3939
});
4040
```
4141

0 commit comments

Comments
 (0)