Skip to content

Commit 69ae0f2

Browse files
KyleAMathewsclaude
andauthored
fix: lowercase "Your" in Intent tagline (#749)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2095f06 commit 69ae0f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/blog/from-docs-to-agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Introducing TanStack Intent: Ship Agent Skills with Your npm Packages'
2+
title: 'Introducing TanStack Intent: Ship Agent Skills with your npm Packages'
33
published: 2026-03-04
44
authors:
55
- Sarah Gerrard

src/libraries/libraries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ export const intent: LibrarySlim = {
589589
name: 'TanStack Intent',
590590
cardStyles: 'text-sky-500 dark:text-sky-400 hover:border-current',
591591
to: '/intent',
592-
tagline: 'Ship Agent Skills with Your npm Packages',
592+
tagline: 'Ship Agent Skills with your npm Packages',
593593
description:
594594
"Generate, validate, and ship Agent Skills alongside your library — versioned knowledge that agents discover automatically from node_modules. Skills live in each library's repo and update when the package updates.",
595595
badge: 'alpha',

0 commit comments

Comments
 (0)