Skip to content

Commit

Permalink
Merge pull request #133 from mateus4k/patch-1
Browse files Browse the repository at this point in the history
fix: comment typo
  • Loading branch information
thetutlage authored Jun 5, 2024
2 parents cc75e55 + b0f403f commit 43693c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion factories/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default class DetectUserLocaleMiddleware {
* Binding I18n class to the request specific instance of it.
* Doing so will allow IoC container to resolve an instance
* of request specific i18n object when I18n class is
* injected somwhere.
* injected somewhere.
*/
ctx.containerResolver.bindValue(I18n, ctx.i18n)

Expand Down
2 changes: 1 addition & 1 deletion stubs/make/middleware/detect_user_locale.stub
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default class {{ middlewareName }} {
* Binding I18n class to the request specific instance of it.
* Doing so will allow IoC container to resolve an instance
* of request specific i18n object when I18n class is
* injected somwhere.
* injected somewhere.
*/
ctx.containerResolver.bindValue(I18n, ctx.i18n)

Expand Down

0 comments on commit 43693c5

Please sign in to comment.