Commit 24a12894 authored by Mike Hatch's avatar Mike Hatch Committed by Todd Volkert

Made a few grammatical changes (#29489)

parent c1a118bc
...@@ -43,12 +43,12 @@ presented. ...@@ -43,12 +43,12 @@ presented.
3. [Setting up your engine development environment](https://github.com/flutter/flutter/wiki/Setting-up-the-Engine-development-environment), 3. [Setting up your engine development environment](https://github.com/flutter/flutter/wiki/Setting-up-the-Engine-development-environment),
which describes the steps you need to configure your computer to which describes the steps you need to configure your computer to
work on Flutter's engine. If you only want to write code for the work on Flutter's engine. If you only want to write code for the
Flutter framework, you can skip this step. Flutter's engine uses Flutter framework, you can skip this step. Flutter's engine mainly
mainly C++, Java, and ObjectiveC. uses C++, Java, and Objective-C.
4. [Setting up your framework development environment](https://github.com/flutter/flutter/wiki/Setting-up-the-Framework-development-environment), 4. [Setting up your framework development environment](https://github.com/flutter/flutter/wiki/Setting-up-the-Framework-development-environment),
which describes the steps you need to configure your computer to which describes the steps you need to configure your computer to
work on Flutter's framework. Flutter's framework uses mainly Dart. work on Flutter's framework. Flutter's framework mainly uses Dart.
5. [Tree hygiene](https://github.com/flutter/flutter/wiki/Tree-hygiene), 5. [Tree hygiene](https://github.com/flutter/flutter/wiki/Tree-hygiene),
which covers how to land a PR, how to do code review, how to which covers how to land a PR, how to do code review, how to
......
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