Skip to content

Commit d13cb57

Browse files
authored
Merge pull request #80 from nativeui-org/hotfix
docs: fix apostrophe encoding in usage page text
2 parents c0232f6 + 2b55032 commit d13cb57

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)