Skip to content

Commit ad08b9e

Browse files
committed
Fix a typo
1 parent 5c5cda4 commit ad08b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Android app.
2222
### Dependency Inversion Principle
2323

2424
All modules are depending on each other only by `:public` interfaces, except the `:app`
25-
where is the only user of `:impl` modules. Also keep the `:app` as light as possible so
25+
where is the only user of `:impl` modules. Also by keeping the `:app` as light as possible,
2626
rebuilding time of any `:impl` module will be short.
2727

2828
### Dagger

0 commit comments

Comments
 (0)