From 53b64d5c201fc3ee6956d4f0c81046078b9f789c Mon Sep 17 00:00:00 2001 From: Aryan Arora Date: Tue, 18 May 2021 14:08:46 +0530 Subject: [PATCH] Fixed the spelling of controller. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fc92f3..283a258 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ You can use `BlobController`, if you want to change the shape programatically. A ```dart -BlobConroller blobCtrl = BlobController(); +BlobController blobCtrl = BlobController(); ```