Unverified Commit e8b7f4b2 authored by Péter Ferenc Gyarmati's avatar Péter Ferenc Gyarmati Committed by GitHub

[examples] Fix typo in `refresh_indicator` example (#119000)

parent 84071aa2
......@@ -43,7 +43,7 @@ class _RefreshIndicatorExampleState extends State<RefreshIndicatorExample> {
strokeWidth: 4.0,
onRefresh: () async {
// Replace this delay with the code to be executed during refresh
// and return a Future when code finishs execution.
// and return a Future when code finishes execution.
return Future<void>.delayed(const Duration(seconds: 3));
},
// Pull from top to show refresh indicator.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment