From 156bd91a8a58d4472fb91e73635d740b3d632937 Mon Sep 17 00:00:00 2001 From: hizikata <35916025+hizikata@users.noreply.github.com> Date: Wed, 19 Jun 2019 22:29:51 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20line=20277:=E2=80=9Cschema.ts=E2=80=9D?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E2=80=9Cschema.json=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 根据原文应为“schema.json” --- aio/content/guide/schematics-for-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/schematics-for-libraries.md b/aio/content/guide/schematics-for-libraries.md index 9e27c6091b..f97383ab80 100644 --- a/aio/content/guide/schematics-for-libraries.md +++ b/aio/content/guide/schematics-for-libraries.md @@ -274,7 +274,7 @@ When you add a schematic to the collection, you have to point to it in the colle 1. Create a `schema.ts` file and define an interface that stores the values of the options defined in the `schema.json` file. - 创建一个 `schema.ts` 文件,并定义一个接口,用于存放 `schema.ts` 文件中定义的各个选项的值。 + 创建一个 `schema.ts` 文件,并定义一个接口,用于存放 `schema.json` 文件中定义的各个选项的值。