diff --git a/public/docs/ts/latest/cookbook/i18n.jade b/public/docs/ts/latest/cookbook/i18n.jade index be7d88f623..d9fa5b5bac 100644 --- a/public/docs/ts/latest/cookbook/i18n.jade +++ b/public/docs/ts/latest/cookbook/i18n.jade @@ -761,7 +761,7 @@ a#aot It does explain the few steps necessary to tell the AOT compiler to apply a translations file. 本烹饪书不介绍如何构建多种应用程序包和如何根据用户的语言设置推送它们。 - 它介绍了一些必要的步骤,来告诉AoT采用用翻译文件。 + 它介绍了一些必要的步骤,来告诉AoT采用翻译文件。 Internationalization with the AOT compiler requires some setup specifically for AOT compilation.