✏️ typo in example doc (#1755)

This commit is contained in:
Can-Chen 2021-09-29 15:32:38 +08:00 committed by GitHub
parent 572f986c3e
commit 3880321b25
2 changed files with 4 additions and 4 deletions

View File

@ -345,8 +345,8 @@ A criterion for judging whether the business is closely related: <strong>Look at
import { prefetchApps } from 'qiankun';
prefetchApps([
{ name: 'app1', entry: '//locahost:7001' },
{ name: 'app2', entry: '//locahost:7002' },
{ name: 'app1', entry: '//localhost:7001' },
{ name: 'app2', entry: '//localhost:7002' },
]);
```

View File

@ -353,8 +353,8 @@ toc: menu
import { prefetchApps } from 'qiankun';
prefetchApps([
{ name: 'app1', entry: '//locahost:7001' },
{ name: 'app2', entry: '//locahost:7002' },
{ name: 'app1', entry: '//localhost:7001' },
{ name: 'app2', entry: '//localhost:7002' },
]);
```