docs: 翻译错误修正

This commit is contained in:
zhusir 2019-08-26 16:44:50 +08:00 committed by 雪狼
parent a401ced4d4
commit 4fc8cab186

View File

@ -269,7 +269,7 @@ Note the following:
* If you choose to inject your pipe into a class, you must provide it in the `providers` array of your `NgModule`. * If you choose to inject your pipe into a class, you must provide it in the `providers` array of your `NgModule`.
你必须在 `AppModule``declarations` 数组中包含这个管道 如果选择将管道注入(`inject`)类中,则必须将管道包含字在`NgModule``providers`数组中
<div class="callout is-helpful"> <div class="callout is-helpful">