From 4a0c0815119419a1d39be7de9decea5c7bf69c41 Mon Sep 17 00:00:00 2001
From: Evgenii Korolevskii <102794661+e-korolevskii@users.noreply.github.com>
Date: Mon, 25 Jul 2022 12:29:14 +0200
Subject: [PATCH] Update docs/contributors.md

Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com>
---
 docs/contributors.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/contributors.md b/docs/contributors.md
index b2b1168..fbdcaca 100644
--- a/docs/contributors.md
+++ b/docs/contributors.md
@@ -61,7 +61,7 @@ Pull requests are the easiest way to contribute changes to git repos at GitHub.
 
 - To implement new features or fix bugs, you need to make changes to the `.ts` files, which are located in the `src` folder
 - To comply with the code style, **you need to run the `format` script**
-- 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
+- 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
 - You can also start formatting, building code, and testing with a single `pre-checkin` command
 
 **Learn more about how to implement tests:**