From 6d886341e4a08eb1b30bc72d079b478ff05aaa00 Mon Sep 17 00:00:00 2001 From: cheng <64277988+chengQVQ@users.noreply.github.com> Date: Thu, 3 Mar 2022 16:04:17 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20fix=20typo=20(#1989)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/README.md b/docs/api/README.md index ce5c87d..b847860 100644 --- a/docs/api/README.md +++ b/docs/api/README.md @@ -136,7 +136,7 @@ By linking the micro-application to some url rules, the function of automaticall When configured as `{strictStyleIsolation: true}`, qiankun will convert the container dom of each application to a [shadow dom](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM), to ensure that the style of the application will not leak to the global. - And qiankun offered an experimental way to support css isolation, when experimentalStyleIsolation is set to true, qiankun will limit their scope of influence by add selector constraint, thereforce styles of sub-app will like following case: + And qiankun offered an experimental way to support css isolation, when experimentalStyleIsolation is set to true, qiankun will limit their scope of influence by add selector constraint, therefore styles of sub-app will like following case: ```css // if app name is react16