docs: Fix typos

Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
This commit is contained in:
Gabriel Dugny
2025-04-18 17:03:01 +02:00
parent 222b18a67f
commit 14bddfd10f
20 changed files with 28 additions and 26 deletions
+2 -2
View File
@@ -357,7 +357,7 @@ Initializing the dynamic feature is just a case of mapping the `DynamicFrontendF
```ts
import { processManifest, getModule } from '@scalprum/core';
// a ID of the module withing module federation container, can be customized, depends on the build
// a ID of the module within module federation container, can be customized, depends on the build
const DEFAULT_MODULE_NAME = 'pluginEntry';
async function loadScalprumFeature({ manifestLocation, name }) {
@@ -680,7 +680,7 @@ const dynamicPluginPlugin = new DynamicRemotePlugin({
version: plugin.version || '0.0.0',
exposedModules: {
// path to the default export of the frontend plugin entry point
// the path should be sourced from the "main" attribute withing package.json
// the path should be sourced from the "main" attribute within package.json
pluginEntry: './src/index.ts',
},
},