diff --git a/public/docs/ts/latest/guide/component-styles.jade b/public/docs/ts/latest/guide/component-styles.jade index 4912234655..d765c8b321 100644 --- a/public/docs/ts/latest/guide/component-styles.jade +++ b/public/docs/ts/latest/guide/component-styles.jade @@ -270,7 +270,7 @@ a(id='loading-styles') To specify a URL relative to the component file, see [Appendix 2](#relative-urls). URL是***相对于应用程序根目录的***,它通常是应用的宿主页面`index.html`所在的地方。 - 这个样式文件的 URL *不是*相对于组件文件的。这就是为什么范例中的 URL 用`app/`开头。 + 这个样式文件的 URL *不是*相对于组件文件的。这就是为什么范例中的 URL 用`src/app/`开头。 参见[附录 2](#relative-urls) 来了解如何指定相对于组件文件的 URL。 .l-sub-section