Skip to content

Commit 386bc08

Browse files
Fixed typo
On `batchUpdate()` documentation, `Initializes` was incorrectly typed as `Initailizes`.
1 parent 7d9ac26 commit 386bc08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ grid.addWidget(el, 0, 0, 3, 2, true);
243243

244244
### batchUpdate()
245245

246-
Initailizes batch updates. You will see no changes until `commit` method is called.
246+
Initializes batch updates. You will see no changes until `commit` method is called.
247247

248248
### cellHeight()
249249

0 commit comments

Comments
 (0)