From f11bca728fa28c73b3bef61e9d630080d7496cfe Mon Sep 17 00:00:00 2001 From: wangfengming Date: Sun, 7 Jun 2020 12:46:21 +0800 Subject: [PATCH] :typo: update comment for the demo --- demo/53-chinese.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/53-chinese.ts b/demo/53-chinese.ts index eb9afb39a2..1bacf888a6 100644 --- a/demo/53-chinese.ts +++ b/demo/53-chinese.ts @@ -1,9 +1,9 @@ -// Chinese text - Chinese need to use a Chinese font. And ascii Text Need to use a ascii font. +// Chinese text - Chinese text need to use a Chinese font. And ascii text need to use a ascii font. // Different from the `52-japanese.ts`. // `52-japanese.ts` will set all characters to use Japanese font. // `53-chinese.ts` will set Chinese characters to use Chinese font, and set ascii characters to use ascii font. -// Note that if the compute have not install `KaiTi` font, this demo doesn't work. +// Note that if the OS have not install `KaiTi` font, this demo doesn't work. // Import from 'docx' rather than '../build' if you install from npm import * as fs from "fs";