diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index c862484f9..e2965ac95 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -18,7 +18,7 @@ Docs are [here](https://github.com/denoland/deno/blob/master/Docs.md). Before submitting, please make sure the following is done: 1. Ensure `./tools/test.py` passes. -2. Format your code with `./tools/format.py`. +2. Format your code with `./tools/format.ts`. 3. Make sure `./tools/lint.py` passes. ## Changes to `third_party` |
