From 97feef384a8d50e5171c4b7b775950654515837d Mon Sep 17 00:00:00 2001 From: vcc0827 <42856177+vcc0827@users.noreply.github.com> Date: Tue, 4 Feb 2025 18:00:07 +0800 Subject: [PATCH] Update render.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit “降”修改成“将” --- docs/test-utils/render.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/test-utils/render.md b/docs/test-utils/render.md index d5ead956d624..cf693526c6d6 100644 --- a/docs/test-utils/render.md +++ b/docs/test-utils/render.md @@ -76,7 +76,7 @@ await createApp() 该 api 主要用于测试**完整应用的表现功能**,从入口开始进行渲染。 将会根据 Taro 项目入口进行应用渲染,读取`app.config.(ts|js)`配置内容,包括如 router 相关信息。 -⚠️ **注意:这与真实表现可能存在差异,因为 createApp 为运行时渲染,而非渲染编译产物,所以一些编译插件对运行时的影响降无效** +⚠️ **注意:这与真实表现可能存在差异,因为 createApp 为运行时渲染,而非渲染编译产物,所以一些编译插件对运行时的影响将无效** ```js test('createApp', async () => {