Skip to content

Commit b450780

Browse files
authored
docs: update presets.mdx (#2432)
1 parent 712d8f8 commit b450780

File tree

1 file changed

+1
-1
lines changed
  • apps/website-new/docs/en/practice/frameworks/next

1 file changed

+1
-1
lines changed

apps/website-new/docs/en/practice/frameworks/next/presets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ new NextFederationPlugin({
109109
});
110110
```
111111

112-
This will make pages avaliable to import like:
112+
This will make pages available to import like:
113113

114114
- `import Page from 'remoteApp/pages/index'`
115115
- `import Page from 'remoteApp/pages/shop/product'`

0 commit comments

Comments
 (0)