From 4f3071a93e86263373a8e87374301e8159c8928a Mon Sep 17 00:00:00 2001 From: Michael Arndt Date: Mon, 21 Oct 2019 22:58:52 +0200 Subject: [PATCH] Fix typo in example --- example/lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/lib/main.dart b/example/lib/main.dart index d75eb13..44d8710 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -185,7 +185,7 @@ class Item extends StatelessWidget { color: placeholder ? null : Colors.white); } - // For iOS dragging mdoe, there will be drag handle on the right that triggers + // For iOS dragging mode, there will be drag handle on the right that triggers // reordering; For android mode it will be just an empty container Widget dragHandle = draggingMode == DraggingMode.iOS ? ReorderableListener(