Skip to content

Commit

Permalink
Merge pull request #1188 from DataDog/nogorodnikov/exclude-generated-…
Browse files Browse the repository at this point in the history
…files-from-detekt-run

Fix typo in CONTRIBUTING.md
  • Loading branch information
0xnm authored Dec 13, 2022
2 parents 7a97572 + 111bbde commit eb75a0e
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 eb75a0e

Please sign in to comment.