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

Commit 3d1b790

Browse files
committed
Merge pull request #271 from Philzen/patch-1
Fix typos "columnn"
2 parents ac18c84 + eb6bf91 commit 3d1b790

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/basic/angularWayWithOptions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1><i class="fa fa-play"></i>&nbsp;The Angular way with options</h1>
1717
<li class="text-danger">
1818
When using the angular way, you CANNOT use the <code>dt-column</code> directive. Indeed,
1919
the module will render the datatable after the promise is resolved. So for DataTables, it's like rendering a static table.
20-
If you need to provide some options to your columnn, your must provide the <code>dt-column-defs</code> directive (which corresponds
20+
If you need to provide some options to your column, your must provide the <code>dt-column-defs</code> directive (which corresponds
2121
to the <a href="https://datatables.net/reference/option/columnDefs">DataTables columnDefs</a>).
2222
</li>
2323
</ul>

demo/basic/withOptions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1><i class="fa fa-play"></i>&nbsp;With options</h1>
1919
<li class="text-danger">
2020
<i class="fa fa-warning"></i>&nbsp;When rendering a static table, you CANNOT use the <code>dt-column</code> directive. Indeed,
2121
the module will render the datatable after the promise is resolved. So for DataTables, it's like rendering a static table.
22-
If you need to provide some options to your columnn, your must provide the <code>dt-column-defs</code> directive (which corresponds
22+
If you need to provide some options to your column, your must provide the <code>dt-column-defs</code> directive (which corresponds
2323
to the <a href="https://datatables.net/reference/option/columnDefs">DataTables columnDefs</a>).
2424
</li>
2525
</ul>

0 commit comments

Comments
 (0)