From 46e9b34094bfe772e5fa03a13778b7da8cd071eb Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Sun, 8 Mar 2026 21:53:30 -0600 Subject: [PATCH] fix: lowercase "Your" in Intent tagline Co-Authored-By: Claude Opus 4.6 --- src/blog/from-docs-to-agents.md | 2 +- src/libraries/libraries.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/blog/from-docs-to-agents.md b/src/blog/from-docs-to-agents.md index 2d4d581f..cee148a9 100644 --- a/src/blog/from-docs-to-agents.md +++ b/src/blog/from-docs-to-agents.md @@ -1,5 +1,5 @@ --- -title: 'Introducing TanStack Intent: Ship Agent Skills with Your npm Packages' +title: 'Introducing TanStack Intent: Ship Agent Skills with your npm Packages' published: 2026-03-04 authors: - Sarah Gerrard diff --git a/src/libraries/libraries.ts b/src/libraries/libraries.ts index ce2cc42f..dbc74d74 100644 --- a/src/libraries/libraries.ts +++ b/src/libraries/libraries.ts @@ -589,7 +589,7 @@ export const intent: LibrarySlim = { name: 'TanStack Intent', cardStyles: 'text-sky-500 dark:text-sky-400 hover:border-current', to: '/intent', - tagline: 'Ship Agent Skills with Your npm Packages', + tagline: 'Ship Agent Skills with your npm Packages', description: "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.", badge: 'alpha',