From 1327e1314386e5b998a4fbac633ba561ddcc180c Mon Sep 17 00:00:00 2001 From: Flavio Diez Date: Wed, 20 May 2020 17:43:40 +0200 Subject: [PATCH] fixed typo --- doc/examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/README.md b/doc/examples/README.md index 8304a9bb0..964217de0 100644 --- a/doc/examples/README.md +++ b/doc/examples/README.md @@ -6,4 +6,4 @@ To run this examples after cloning, first run `flutter create .` inside the desi After that, run `flutter pub get` to get all dependencies as defined in the pubspec.yml file. -Finaly, you should be able to `flutter run` just fine. \ No newline at end of file +Finally, you should be able to `flutter run` just fine. \ No newline at end of file