From c5f8e7e5889300a6745b8d968285d329866fffed Mon Sep 17 00:00:00 2001 From: Nathan Gelman Date: Wed, 31 May 2023 05:13:41 -0700 Subject: [PATCH] fixed minor spelling mistake in readme (#131) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67d7b75..db1c46f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ EmojiPicker( // Do something when the user taps the backspace button (optional) // Set it to null to hide the Backspace-Button }, - textEditingController: textEditionController, // pass here the same [TextEditingController] that is connected to your input field, usually a [TextFormField] + textEditingController: textEditingController, // pass here the same [TextEditingController] that is connected to your input field, usually a [TextFormField] config: Config( columns: 7, emojiSizeMax: 32 * (foundation.defaultTargetPlatform == TargetPlatform.iOS ? 1.30 : 1.0), // Issue: https://github.com/flutter/flutter/issues/28894