Skip to content

Commit

Permalink
Minor tutorial fixes (#32014)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: f8bb36607d93ccd2f2a20e6216728789ee4b719e
  • Loading branch information
ikhare authored and Convex, Inc. committed Dec 6, 2024
1 parent beb8dcf commit 90a8b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Convex provides you with a fully featured backend with cloud functions,
database, scheduling, and a sync engine that keeps your frontend and backend up
to date in real-time.

Today, In about **10 lines of code,** we'll build a backend that reads and
Today, in about **10 lines of code,** we'll build a backend that reads and
writes to the database and automatically updates all users in a chat app.

After that we'll see how to connect to external services and setup your product
Expand Down Expand Up @@ -269,7 +269,7 @@ import { useQuery, useMutation } from "convex/react";

export default function App() {
// highlight-next-line
// Replace the `const message = ...` line with the following
// Replace the `const messages = ...` line with the following
// highlight-next-line
const messages = useQuery(api.chat.getMessages);

Expand Down

0 comments on commit 90a8b0b

Please sign in to comment.