Skip to content

Commit c4b495d

Browse files
Update src/pages/[platform]/build-a-backend/data/set-up-data/index.mdx
Co-authored-by: josef <[email protected]>
1 parent d9defaf commit c4b495d

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/data/set-up-data

1 file changed

+1
-1
lines changed

src/pages/[platform]/build-a-backend/data/set-up-data/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ async function createTodo() {
433433
</InlineFilter>
434434

435435
<InlineFilter filters={["react", "angular", "javascript", "nextjs", "react-native"]}>
436-
Run the application in local development mode and check your network tab after creating a todo. You should see a successful request to a `/graphql` endpoint.
436+
Run the application in local development mode with `npm run dev` and check your network tab after creating a todo. You should see a successful request to a `/graphql` endpoint.
437437

438438
<Callout>
439439

0 commit comments

Comments
 (0)