Skip to content

Commit

Permalink
Merge pull request #45 from VirtualParticle/fix-typo-in-readme
Browse files Browse the repository at this point in the history
Fix typo in `README.md`
  • Loading branch information
rharter authored Apr 16, 2024
2 parents 20bb027 + 0e8db5c commit b3fedd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Whether or not you configure a custom focus file, it should be added to your `.g

The Focus plugin adds a few tasks for you to interact with in your Gradle builds. Using these tasks you can create module specific settings files that will be automatically used by Gradle to configure only the modules which are required.

For example, say you're currently working on the app module `:sample:app2` and only need to run that module and it's dependencies. You can use the following flow to reduce the number of modules that are loaded and synced into your IDE to speed up development.
For example, say you're currently working on the app module `:sample:app2` and only need to run that module and its dependencies. You can use the following flow to reduce the number of modules that are loaded and synced into your IDE to speed up development.

```shell
# When you start work on the app2 module, bring it into focus
Expand Down

0 comments on commit b3fedd6

Please sign in to comment.