Skip to content

Commit

Permalink
Fixing minor typo in website (#4673)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #4673

Reviewed By: monicatang

Differential Revision: D56206706

Pulled By: evanyeung

fbshipit-source-id: e124ae93ce9f4ad49542aaaf7907832446428382
  • Loading branch information
Jeshuran Paul authored and facebook-github-bot committed Apr 16, 2024
1 parent 586483e commit 05cf065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/versioned_docs/version-v16.0.0/tutorial/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This downloads a template project to get started from and starts the server. (If
When you run `npm run dev`, several processes are started:

* A Webpack-based HTTP server that serves up the front-end code.
* A basic GraphQL server that that front-end will query to retrieve information.
* A basic GraphQL server that front-end will query to retrieve information.
* The Relay compiler, which processes the GraphQL in your app and generates additional files that Relay uses at runtime, as well as TypeScript types representing the inputs and results of your queries. It will automatically regenerate when you save changes in your files.

In the terminal output, these three processes’ log output are marked with tags: `[webpack]` in yellow, `[server]` in green, and `[relay]` in blue. Keep a look out for errors marked with `[relay]` as these are helpful if your GraphQL has any mistakes.
Expand Down

0 comments on commit 05cf065

Please sign in to comment.