We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a585c4 commit 4d60d81Copy full SHA for 4d60d81
website/contributing/how-to-contribute-code.md
@@ -28,7 +28,7 @@ Now you are set up to run several commands:
28
- `yarn flow` runs the [Flow](https://flowtype.org/) typechecks.
29
- `yarn flow-check-android` does a full Flow check over `*.android.js` files.
30
- `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.
+- `yarn test-typescript` runs the [TypeScript](https://www.typescriptlang.org/) typechecks.
32
- `yarn test-ios` runs the iOS test suite (macOS required).
33
34
## Testing your Changes
0 commit comments