Skip to content

Commit

Permalink
Merge pull request #2068 from matsuyoshi30/fix-typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
arnaudgiuliani authored Dec 13, 2024
2 parents b926348 + 4d34138 commit 44603eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart/android-annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class AppModule
```

* We use the `@Module` to declare our class as Koin module
* The `@ComponentScan("org.koin.sample")` allow to scann any Koin definition in `"org.koin.sample"`package
* The `@ComponentScan("org.koin.sample")` allow to scan any Koin definition in `"org.koin.sample"`package

Let's simply add `@Single` on `UserRepositoryImpl` class to declare it as singleton:

Expand Down

0 comments on commit 44603eb

Please sign in to comment.