Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit d6c92bd

Browse files
ananiyasnowwolf
authored andcommitted
修改翻译错误
'tree' is not 'three', so ‘这三个注入器’ should be ‘输入器树’
1 parent 978671b commit d6c92bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/hierarchical-dependency-injection.jade

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ figure.image-display
118118
If you only specify providers at the top level (typically the root `AppModule`), the tree of injectors appears to be flat.
119119
All requests bubble up to the root <code>NgModule</code> injector that you configured with the `bootstrapModule` method.
120120

121-
如果我们只在顶级(通常是根模块`AppModule`),这三个注入器看起来将是“平面”的。
121+
如果我们只在顶级(通常是根模块`AppModule`),注入器树看起来将是“平面”的。
122122
所有的申请都会冒泡到根<code>NgModule</code>进行处理,也就是我们在`bootstrapModule`方法中配置的那个。
123123

124124
.l-main-section

0 commit comments

Comments
 (0)