Skip to content

Commit

Permalink
docs: fix grammar in "When can I use it?" section
Browse files Browse the repository at this point in the history
  • Loading branch information
charsijawaan committed Jan 7, 2025
1 parent 0eee823 commit 46271b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/routes/_libraries/start.$version.index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -296,11 +296,11 @@ export default function VersionIndex() {
<div className="max-w-full p-8 w-[800px] mx-auto leading-loose space-y-4 bg-white dark:bg-gray-700 rounded-xl shadow-xl shadow-black/10">
<div>
You can use <strong>TanStack Start BETA</strong> today! Although
currently in active development we do not expect any more breaking
changes. We invite you provide feedback to help help us on the
journey to 1.0! If you choose to ship a BETA Start app to
production, we recommend locking your dependencies to a specific
version and keeping up with the latest releases.
currently in active development, we do not expect any more breaking
changes. We invite you to provide feedback to help us on the journey
to 1.0! If you choose to ship a BETA Start app to production, we
recommend locking your dependencies to a specific version and
keeping up with the latest releases.
</div>
</div>
<div className="grid items-center gap-2 justify-center grid-cols-2 w-[600px] max-w-full mx-auto">
Expand Down

0 comments on commit 46271b5

Please sign in to comment.