From 6195025d4ca856db623f321f62f272394efde361 Mon Sep 17 00:00:00 2001 From: Anirvan Chatterjee Date: Wed, 20 Dec 2017 00:43:03 -0800 Subject: [PATCH] Fixed typo (#3742) --- docs/data/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.