Skip to content

Commit

Permalink
Merge pull request #35 from SimonMarquis/patch-1
Browse files Browse the repository at this point in the history
Fix typos in `README.md`
  • Loading branch information
rharter authored Jun 1, 2023
2 parents 1fbc249 + 7f7ef1c commit f291564
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ focus {
```

```kotlin
//
// settings.gradle.kts
configure<com.dropbox.focus.FocusExtension> {
// The name of the settings file
Expand All @@ -59,7 +58,7 @@ configure<com.dropbox.focus.FocusExtension> {
}
```

Whether or not you configure a custom focus file, it should be added to your `.gitignore` file as its meant for a specific developer's workflow.
Whether or not you configure a custom focus file, it should be added to your `.gitignore` file as it's meant for a specific developer's workflow.

## Usage

Expand Down Expand Up @@ -93,7 +92,7 @@ A `focus` task is added to all subprojects, and allows you to focus on just that

A `createFocusSettings` task is created for each subproject, and is responsible for finding a
module's dependencies and creating a module-specific settings file. This is a dependency of the
`focus` task and likely not necessary to call on it's own.
`focus` task and likely not necessary to call on its own.

### clearFocus

Expand Down

0 comments on commit f291564

Please sign in to comment.