From ff808fa4e0169f7a7aa9d51066b63fbc4d538249 Mon Sep 17 00:00:00 2001 From: sathis Date: Thu, 3 Dec 2015 19:52:02 +0530 Subject: [PATCH] Fix typos --- docs/AndroidBuildingFromSource.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/AndroidBuildingFromSource.md b/docs/AndroidBuildingFromSource.md index bf3d8289b..b0fd0896a 100644 --- a/docs/AndroidBuildingFromSource.md +++ b/docs/AndroidBuildingFromSource.md @@ -45,7 +45,7 @@ npm install --save github:facebook/react-native#master Alternatively, you can clone the repo to your `node_modules` directory and run `npm install` inside the cloned repo. -2. Add `gradle-download-task` as dependency in `andoid/build.gradle`: +2. Add `gradle-download-task` as dependency in `android/build.gradle`: ```gradle ... @@ -59,7 +59,7 @@ Alternatively, you can clone the repo to your `node_modules` directory and run ` ... ``` -3. Add the `:ReactAndroid` project in `andoid/settings.gradle`: +3. Add the `:ReactAndroid` project in `android/settings.gradle`: ```gradle ...