From df0d44a0590f67d7a2757428e71869dde6b83001 Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Sun, 26 Jan 2020 20:12:40 +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 046df9bf9f..e4a78a6ad2 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` 源文件。