Skip to content

Commit 956b3b1

Browse files
committed
docs: fix className typo in zero-runtime example
1 parent f1892b5 commit 956b3b1

File tree

1 file changed

+1
-1
lines changed
  • apps/landing/src/app/(detail)/docs/core-concepts/zero-runtime

1 file changed

+1
-1
lines changed

apps/landing/src/app/(detail)/docs/core-concepts/zero-runtime/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Based on the caching results in step 3, two parallel outputs are produced.
6262
The bundler (Vite, Rsbuild, Next.js, Webpack) emits optimized code.
6363

6464
```html
65-
<button className="btn a b c d">Click me!</button>
65+
<button className="btn a b c d e">Click me!</button>
6666
```
6767

6868
Inline style props are compiled into **atomic CSS classes**, achieving zero runtime.

0 commit comments

Comments
 (0)