Skip to content

Commit 90aa979

Browse files
committed
# fix typo "columnn"
1 parent ac18c84 commit 90aa979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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>

0 commit comments

Comments
 (0)