From 0e8db5cd011ff35022f3557e96802870005e5815 Mon Sep 17 00:00:00 2001 From: Mark Vadeika Date: Wed, 3 Apr 2024 12:38:39 -0400 Subject: [PATCH] fix typo: "it's" to "its" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf09d44..015da86 100644 --- a/README.md +++ b/README.md @@ -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