Skip to content

Commit 05cf065

Browse files
Jeshuran Paulfacebook-github-bot
authored andcommitted
Fixing minor typo in website (#4673)
Summary: Pull Request resolved: #4673 Reviewed By: monicatang Differential Revision: D56206706 Pulled By: evanyeung fbshipit-source-id: e124ae93ce9f4ad49542aaaf7907832446428382
1 parent 586483e commit 05cf065

File tree

1 file changed

+1
-1
lines changed
  • website/versioned_docs/version-v16.0.0/tutorial

1 file changed

+1
-1
lines changed

website/versioned_docs/version-v16.0.0/tutorial/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This downloads a template project to get started from and starts the server. (If
3131
When you run `npm run dev`, several processes are started:
3232

3333
* A Webpack-based HTTP server that serves up the front-end code.
34-
* A basic GraphQL server that that front-end will query to retrieve information.
34+
* A basic GraphQL server that front-end will query to retrieve information.
3535
* 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.
3636

3737
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.

0 commit comments

Comments
 (0)