Skip to content

Commit 1cf34cc

Browse files
committed
Update page.tsx
1 parent b8b8d08 commit 1cf34cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/bundle-analyzer/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ export default function Home() {
321321
{specialModuleType ===
322322
SpecialModule.POLYFILL_NOMODULE ? (
323323
<>
324-
. <pre>polyfill-nomodule.js</pre> is only sent
324+
. <code>polyfill-nomodule.js</code> is only sent
325325
to legacy browsers.
326326
</>
327327
) : null}

0 commit comments

Comments
 (0)