Skip to content

Commit

Permalink
docs: fix wrong confType name
Browse files Browse the repository at this point in the history
Closes #297
  • Loading branch information
tduchateau committed Aug 10, 2015
1 parent 8970ba0 commit 894a92f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datatables-docs/src/asciidoc/_includes/advanced.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -593,12 +593,12 @@ The following configuration types are allowed:
</div>
----

* `dt:confType="property"`, which allows you to locally <<11-2-overriding-default-options, override configuration options</a>:
* `dt:confType="option"`, which allows you to locally <<11-2-overriding-default-options, override configuration options>>:

[source, html]
----
<div dt:conf="your-table-id">
<div dt:confType="property" ... />
<div dt:confType="option" ... />
</div>
----

Expand Down

0 comments on commit 894a92f

Please sign in to comment.