✏️ fix typo (#1989)

This commit is contained in:
cheng 2022-03-03 16:04:17 +08:00 committed by GitHub
parent 2d4ad06b27
commit 6d886341e4

View File

@ -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