Skip to content

Commit 4d60d81

Browse files
committed
typo
1 parent 2a585c4 commit 4d60d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/contributing/how-to-contribute-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Now you are set up to run several commands:
2828
- `yarn flow` runs the [Flow](https://flowtype.org/) typechecks.
2929
- `yarn flow-check-android` does a full Flow check over `*.android.js` files.
3030
- `yarn flow-check-ios` does a full Flow check over `*.ios.js` files.
31-
- `yarn test-typescript` runs the [Typescript](https://www.typescriptlang.org/) typechecks.
31+
- `yarn test-typescript` runs the [TypeScript](https://www.typescriptlang.org/) typechecks.
3232
- `yarn test-ios` runs the iOS test suite (macOS required).
3333

3434
## Testing your Changes

0 commit comments

Comments
 (0)