From 33571728e431b2be287517f06d8711e57f58c8e9 Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Fri, 31 Jan 2020 11:28:31 +0800 Subject: [PATCH] fix: typo --- aio/content/guide/creating-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/creating-libraries.md b/aio/content/guide/creating-libraries.md index e4cafee072..30055d1e7e 100644 --- a/aio/content/guide/creating-libraries.md +++ b/aio/content/guide/creating-libraries.md @@ -338,7 +338,7 @@ This means that the TypeScript source can result in different JavaScript code in For this reason, an app that depends on a library should only use TypeScript path mappings that point to the *built library*. TypeScript path mappings should *not* point to the library source `.ts` files. -因此,依赖于库的应用应该仅只使用指向*内置库*的 TypeScript 路径映射。 +因此,依赖于库的应用应该只使用指向*内置库*的 TypeScript 路径映射。 TypeScript 的路径映射*不应该*指向库的 `.ts` 源文件。