Skip to content

Commit 7638615

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/bundle-analyzer/app/page.tsx

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

0 commit comments

Comments
 (0)