Skip to content

Commit

Permalink
Fix typo in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnm committed Dec 13, 2022
1 parent b627277 commit 111bbde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To propose improvements, feel free to submit a PR or open an Issue.

## Setup your developer Environment

To setup your enviroment, make sure you installed [Android Studio](https://developer.android.com/studio).
To setup your environment, make sure you installed [Android Studio](https://developer.android.com/studio).

**Note**: you can also compile and develop using only the Android SDK and your IDE of choice, e.g.: IntelliJ Idea, Vim, etc.

Expand Down Expand Up @@ -169,7 +169,7 @@ following regions.

```kotlin

class Foo :Observable(), Runnable {
class Foo : Observable(), Runnable {

// region Observable

Expand Down

0 comments on commit 111bbde

Please sign in to comment.