diff --git a/public/docs/ts/latest/guide/style-guide.jade b/public/docs/ts/latest/guide/style-guide.jade index 7862d07fdd..1e5b4cbf05 100644 --- a/public/docs/ts/latest/guide/style-guide.jade +++ b/public/docs/ts/latest/guide/style-guide.jade @@ -2021,7 +2021,7 @@ a(href="#toc") 回到顶部 :marked **Avoid** importing the `CoreModule` anywhere except in the `AppModule`. - **避免**不要在`AppModule`之外的任何地方导入`CoreModule`。 + **避免**在`AppModule`之外的任何地方导入`CoreModule`。 .s-why :marked