Skip to content

Commit eb6bf91

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/basic/withOptions.html

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