From f48fffcc3409e02620ad9cf4781f7d01ed05f458 Mon Sep 17 00:00:00 2001 From: Michael Xia Date: Thu, 29 Oct 2015 15:47:12 -0700 Subject: [PATCH] Corrected wording in the Desktop section Bullet #3 was referencing "Android". --- engine/src/flutter/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/CONTRIBUTING.md b/engine/src/flutter/CONTRIBUTING.md index b8a0018a0bc..e24946f421d 100644 --- a/engine/src/flutter/CONTRIBUTING.md +++ b/engine/src/flutter/CONTRIBUTING.md @@ -87,7 +87,7 @@ The `flutter` tool also lets you run release builds, upload the binary without r * `gclient sync` to update your dependencies. * `./sky/tools/gn` to prepare your build files. - * `ninja -C out/Debug` to build an Android Debug binary. + * `ninja -C out/Debug` to build a desktop Debug binary. To run the tests: