From 6d32ed535100f693a7538ddf8f27e9cef339965b Mon Sep 17 00:00:00 2001 From: Florian Loitsch Date: Thu, 5 Nov 2015 16:19:18 -0800 Subject: [PATCH] Fix typo. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b8d930215a4..a099d5b6639 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,7 +68,7 @@ Run the following steps, from the 'src' directory created in the steps above: * `./sky/tools/gn --android` to prepare your build files. * `ninja -C out/android_Debug` to build an Android Debug binary. -To run an example with your locally built minary, switch to that example's directory, run `pub get` to make sure its dependencies have been downloaded, and use `flutter start` with an explicit `--engine-src-path` pointing at the `src` directory. Make sure you have a device connected over USB and debugging enabled on that device. +To run an example with your locally built binary, switch to that example's directory, run `pub get` to make sure its dependencies have been downloaded, and use `flutter start` with an explicit `--engine-src-path` pointing at the `src` directory. Make sure you have a device connected over USB and debugging enabled on that device. * `cd examples/hello_world/; flutter start --engine-src-path ../../`