Skip to content

Commit

Permalink
Merge pull request #4535 from msathis/master
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
satya164 committed Dec 3, 2015
2 parents 5030cae + ff808fa commit 33c73d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/AndroidBuildingFromSource.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
...
Expand All @@ -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
...
Expand Down

0 comments on commit 33c73d4

Please sign in to comment.