Skip to content

Commit

Permalink
Merge pull request #271 from Philzen/patch-1
Browse files Browse the repository at this point in the history
Fix typos "columnn"
  • Loading branch information
l-lin committed Apr 7, 2015
2 parents ac18c84 + eb6bf91 commit 3d1b790
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/basic/angularWayWithOptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1><i class="fa fa-play"></i>&nbsp;The Angular way with options</h1>
<li class="text-danger">
When using the angular way, you CANNOT use the <code>dt-column</code> directive. Indeed,
the module will render the datatable after the promise is resolved. So for DataTables, it's like rendering a static table.
If you need to provide some options to your columnn, your must provide the <code>dt-column-defs</code> directive (which corresponds
If you need to provide some options to your column, your must provide the <code>dt-column-defs</code> directive (which corresponds
to the <a href="https://datatables.net/reference/option/columnDefs">DataTables columnDefs</a>).
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion demo/basic/withOptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1><i class="fa fa-play"></i>&nbsp;With options</h1>
<li class="text-danger">
<i class="fa fa-warning"></i>&nbsp;When rendering a static table, you CANNOT use the <code>dt-column</code> directive. Indeed,
the module will render the datatable after the promise is resolved. So for DataTables, it's like rendering a static table.
If you need to provide some options to your columnn, your must provide the <code>dt-column-defs</code> directive (which corresponds
If you need to provide some options to your column, your must provide the <code>dt-column-defs</code> directive (which corresponds
to the <a href="https://datatables.net/reference/option/columnDefs">DataTables columnDefs</a>).
</li>
</ul>
Expand Down

0 comments on commit 3d1b790

Please sign in to comment.