From 386bc08646e006dd334f8c31d1821483f8c22719 Mon Sep 17 00:00:00 2001 From: Cristian Date: Thu, 19 Jul 2018 15:42:06 -0300 Subject: [PATCH] Fixed typo On `batchUpdate()` documentation, `Initializes` was incorrectly typed as `Initailizes`. --- doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index 10894af0c..ef8c2936d 100644 --- a/doc/README.md +++ b/doc/README.md @@ -243,7 +243,7 @@ grid.addWidget(el, 0, 0, 3, 2, true); ### batchUpdate() -Initailizes batch updates. You will see no changes until `commit` method is called. +Initializes batch updates. You will see no changes until `commit` method is called. ### cellHeight()