Skip to content

Commit 611d3c4

Browse files
committed
wrapped frontmatter description in single quotes per guidelines
1 parent 5297539 commit 611d3c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

instructions/tanstack-start-shadcn-tailwind.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Guidelines for building TanStack Start applications
2+
description: 'Guidelines for building TanStack Start applications'
33
---
44

55
# TanStack Start with Shadcn/ui Development Guide
@@ -208,4 +208,4 @@ npx shadcn@latest add button card input dialog
208208
- Include error/pending boundaries on all routes
209209
- Prefer Shadcn components over custom UI
210210
- Use `@/` imports consistently
211-
- Follow accessibility best practices
211+
- Follow accessibility best practices

0 commit comments

Comments
 (0)