From 4d928e3fb5bd05030d7ffce9470e3313a2151862 Mon Sep 17 00:00:00 2001 From: ritesh-malav Date: Tue, 22 May 2018 05:46:41 +0530 Subject: [PATCH] Update README.md (#5238) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d38f7941d..30d9f7b57 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The Flutter Engine is a portable runtime for hosting [Flutter](https://flutter.io) applications. It implements Flutter's core libraries, including animation and graphics, file and network I/O, accessibility support, plugin architecture, and a Dart runtime and compile -toolchain. Most developers wil interact with Flutter via the [Flutter +toolchain. Most developers will interact with Flutter via the [Flutter Framework](https://github.com/flutter/flutter), which provides a modern, reactive framework, and a rich set of platform, layout and foundation widgets. -- GitLab