Skip to content

Commit

Permalink
Use you as the pronoun
Browse files Browse the repository at this point in the history
  • Loading branch information
Aisha Blake authored May 1, 2020
1 parent 2d79b05 commit 4e89725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function IndexRoute(props: PageProps) {
}
```

In this example, we are using the power of TypeScript, in combination with exported types from Gatsby (`PageProps`) to tell this code what props is. This can greatly improve your developer experience by letting your IDE show you what properties are injected by Gatsby. To see all of the types available look at our [TypeScript definition file](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/index.d.ts).
The example above uses the power of TypeScript, in combination with exported types from Gatsby (`PageProps`) to tell this code what props is. This can greatly improve your developer experience by letting your IDE show you what properties are injected by Gatsby. To see all of the types available look at our [TypeScript definition file](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/index.d.ts).

## Other resources

Expand Down

0 comments on commit 4e89725

Please sign in to comment.