Skip to content

Commit 6b41e77

Browse files
authored
docs: fixes parameter name typo (#2533)
1 parent 103cd07 commit 6b41e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website-new/docs/en/configure/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type ModuleFederationOptions = {
1111
// Configuration for remote modules and entry information in module federation
1212
remotes?: Array<RemoteInfo>;
1313
// module federation expose module information
14-
expose?: PluginExposesOptions;
14+
exposes?: PluginExposesOptions;
1515
// Shared dependency configuration
1616
shared?: ShareInfos;
1717
// Dynamic publicPath

0 commit comments

Comments
 (0)