diff --git a/docs/data/index.html b/docs/data/index.html index eb99f728..ec378595 100644 --- a/docs/data/index.html +++ b/docs/data/index.html @@ -54,7 +54,7 @@

DataSet

- A DataSet 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 DataSet. + A DataSet 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 DataSet. The data in the DataSet 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 DataSet as well.