Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielittner committed Oct 31, 2024
1 parent 6be98de commit 901e52b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import kotlin.reflect.KClass
import me.tatarka.inject.annotations.Scope as KotlinInjectScope

/**
* A class based [qualfier](Qualifier).
* A class based [qualifier](Qualifier).
*
* This can be used in combination with other Anvil annotations to avoid having
* to manually define qualifier annotations for each component and to maintain
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import javax.inject.Qualifier as JavaxQualifier
import me.tatarka.inject.annotations.Qualifier as KotlinInjectQualifier

/**
* A class based [qualfier](Qualifier).
* A class based [qualifier](Qualifier).
*
* This can be used in combination with other Anvil annotations to avoid having
* to manually define qualifier annotations for each component and to maintain
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import kotlin.reflect.KClass
import me.tatarka.inject.annotations.Qualifier as KotlinInjectQualifier

/**
* A class based [qualfier](Qualifier).
* A class based [qualifier](Qualifier).
*
* This can be used in combination with other Anvil annotations to avoid having
* to manually define qualifier annotations for each component and to maintain
Expand Down

0 comments on commit 901e52b

Please sign in to comment.