Skip to content
This repository was archived by the owner on Jul 29, 2019. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h1>Data</h1>
<h2>DataSet</h2>

<p>
A <code>DataSet</code> can be used to store JSON objects by id. Objects can be added, updated and removed from the DatSet, and one can subscribe to changes in the <code>DataSet</code>.
A <code>DataSet</code> can be used to store JSON objects by id. Objects can be added, updated and removed from the DataSet, and one can subscribe to changes in the <code>DataSet</code>.
The data in the <code>DataSet</code> can be filtered and ordered, and fields (like
dates) can be converted to a specific type. Data can be normalized when
appending it to the <code>DataSet</code> as well.
Expand Down Expand Up @@ -135,4 +135,4 @@ <h2>DataView</h2>
<script src="../js/tipuesearch.config.js"></script>
<script src="../js/tipuesearch.js"></script>
<!-- controller -->
<script src="../js/main.js"></script>
<script src="../js/main.js"></script>