From c27a10b956567fa475a2ba1b68d422fce0e55dfc Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Fri, 17 Apr 2020 18:27:03 +0200 Subject: [PATCH] contributing.md: fix a typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5a92fb64e5..89ce9d415a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ full of magic that only few people understand. The V compiler is modular, and can be used by other applications. It is located in `cmd/v/` and `vlib/v/`. -The most important and usefult command to remember when working on the V compiler is +The most important and useful command to remember when working on the V compiler is `v self`. It rebuilds the V compiler.