Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/HomepageAppsSection/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function HomepageAppsSection() {
<p className={`${common.text} ${s.applicationsTest}`}>
Perfect for AI code generation with no setup required. Ideal for ChatGPT quick starts and code sandbox demos.{' '}
<br className={s.applicationsBr}/>
For React developers, check out the <Link to='/docs/react-tutorial'>seLiveQuery tutorial</Link>{' '}
For React developers, check out the <Link to='/docs/react-tutorial'>useLiveQuery tutorial</Link>{' '}
for the recommended auto-refresh APIs. Get started by writing features, and <Link to='/docs/database-api/replication'>connect to the cloud</Link> after your app is awesome.
</p>
<ul className={s.appsList}>
Expand Down