You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributors.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Pull requests are the easiest way to contribute changes to git repos at GitHub.
61
61
62
62
- To implement new features or fix bugs, you need to make changes to the `.ts` files, which are located in the `src` folder
63
63
- 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
65
65
- You can also start formatting, building code, and testing with a single `pre-checkin` command
0 commit comments