Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sathis committed Dec 3, 2015
1 parent c8eed6a commit ff808fa
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 ff808fa

Please sign in to comment.