Skip to content

Commit 50a09e6

Browse files
authored
Update docs/platforms/javascript/common/best-practices/micro-frontends.mdx
1 parent 533d071 commit 50a09e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/best-practices/micro-frontends.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ which bundles were responsible for the error. You can do this with any of the
5454
Sentry bundler plugins by enabling the `moduleMetadata` option. The example
5555
below is for Webpack, but this is also supported in Vite, Rollup, and esbuild.
5656

57-
**Install the below code snippet in your micro frontend.**
57+
**Install the below code snippet in your micro frontend:**
5858

5959
```javascript
6060
// webpack.config.js

0 commit comments

Comments
 (0)