diff --git a/stubs/make/middleware/detect_user_locale.stub b/stubs/make/middleware/detect_user_locale.stub index a9de1bf..4059b33 100644 --- a/stubs/make/middleware/detect_user_locale.stub +++ b/stubs/make/middleware/detect_user_locale.stub @@ -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)