Skip to content

Commit 44c6b40

Browse files
NicolappsConvex, Inc.
authored andcommitted
Fix typo: Tanstack → TanStack (#42444)
GitOrigin-RevId: 49ffabf01eff10d3897e9986d5d8cbc8261bf9a8
1 parent 7dfd700 commit 44c6b40

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ npm-packages/private-demos/quickstarts/remix
6767
npm-packages/private-demos/quickstarts/vue
6868
# Formatting quickstarts generally just isn't a good idea
6969
npm-packages/private-demos/quickstarts/nextjs-app-dir-14
70-
# Should match Tanstack demos for now
70+
# Should match TanStack demos for now
7171
npm-packages/private-demos/tanstack-start
7272
npm-packages/private-demos/tanstack-start-clerk
7373
# Docs that we sync over to fivetran

dprint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"npm-packages/private-demos/quickstarts/vue",
7070
// Formatting quickstarts generally just isn't a good idea
7171
"npm-packages/private-demos/quickstarts/nextjs-app-dir-14",
72-
// Should match Tanstack demos for now
72+
// Should match TanStack demos for now
7373
"npm-packages/private-demos/tanstack-start",
7474
"npm-packages/private-demos/tanstack-start-clerk",
7575
// Docs that we sync over to fivetran

npm-packages/dashboard-common/src/features/files/components/FilesList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export function FilesList({
133133
}
134134
}, [allSelected, someSelected, files, setSelectedFiles]);
135135

136-
// Setup Tanstack table
136+
// Setup TanStack table
137137
const columns = useFileColumns();
138138

139139
const tableInstance = useReactTable({

npm-packages/docs/docs/auth/clerk.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ See the following sections for the Clerk SDK that you're using:
2727

2828
- [React](#react) - Use this as a starting point if your SDK is not listed
2929
- [Next.js](#nextjs)
30-
- [Tanstack Start](#tanstack-start)
30+
- [TanStack Start](#tanstack-start)
3131

3232
### React
3333

@@ -429,13 +429,13 @@ follow the [Convex Next.js Quickstart](/quickstart/nextjs.mdx) first. Then:
429429
</Step>
430430
</StepByStep>
431431

432-
### Tanstack Start
432+
### TanStack Start
433433

434434
**Example:**
435-
[Tanstack Start with Convex and Clerk](https://github.com/get-convex/templates/tree/main/template-tanstack-start)
435+
[TanStack Start with Convex and Clerk](https://github.com/get-convex/templates/tree/main/template-tanstack-start)
436436

437437
See the
438-
[Tanstack Start with Clerk guide](/client/tanstack/tanstack-start/clerk.mdx) for
438+
[TanStack Start with Clerk guide](/client/tanstack/tanstack-start/clerk.mdx) for
439439
more information.
440440

441441
## Next steps

0 commit comments

Comments
 (0)