From 5449ce0c36a07be9892ff106dedce4f25d044757 Mon Sep 17 00:00:00 2001 From: Eve-Sama <17764594863@163.com> Date: Fri, 12 Nov 2021 16:02:44 +0800 Subject: [PATCH] fix: fix document typo (#2971) --- examples/plugin/basic/demo/hill-column.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/plugin/basic/demo/hill-column.ts b/examples/plugin/basic/demo/hill-column.ts index 74527536c9..85371cd70c 100644 --- a/examples/plugin/basic/demo/hill-column.ts +++ b/examples/plugin/basic/demo/hill-column.ts @@ -94,6 +94,6 @@ const hill = new P( }, adaptor, defaultOptions -); // 引入上述的封装,或者降上述代码发包 +); // 引入上述的封装,或者将上述代码发包 hill.render();