Skip to content

Commit 2b55032

Browse files
committed
docs: fix apostrophe encoding in usage page text
1 parent 3907fa6 commit 2b55032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/(site)/docs/usage/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default function UsagePage() {
8181
<div className="space-y-4">
8282
<h3 className="text-xl font-semibold">Contributing</h3>
8383
<p className="text-muted-foreground">
84-
We welcome contributions to the <a href="https://github.com/nativeui-org/playground" className="text-primary hover:underline">playground project</a>! Whether it's bug fixes, new features,
84+
We welcome contributions to the <a href="https://github.com/nativeui-org/playground" className="text-primary hover:underline">playground project</a>! Whether it&apos;s bug fixes, new features,
8585
documentation improvements, or component enhancements.
8686
</p>
8787
</div>

0 commit comments

Comments
 (0)