Skip to content

Commit 4a0c081

Browse files
Update docs/contributors.md
Co-authored-by: Ivan <[email protected]>
1 parent 185e7f2 commit 4a0c081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Pull requests are the easiest way to contribute changes to git repos at GitHub.
6161

6262
- To implement new features or fix bugs, you need to make changes to the `.ts` files, which are located in the `src` folder
6363
- To comply with the code style, **you need to run the `format` script**
64-
- To compile source code to `javascript` we use [NCC](https://github.com/vercel/ncc). **It is very important to run the `build` script after making changes**, otherwise your changes will not get into the final `javascript` build
64+
- To transpile source code to `javascript` we use [NCC](https://github.com/vercel/ncc). **It is very important to run the `build` script after making changes**, otherwise your changes will not get into the final `javascript` build
6565
- You can also start formatting, building code, and testing with a single `pre-checkin` command
6666

6767
**Learn more about how to implement tests:**

0 commit comments

Comments
 (0)