From 7c61ed99ae5a2b2ec91fda842dfa15550543253c Mon Sep 17 00:00:00 2001 From: Prayag Verma Date: Tue, 2 Feb 2016 17:47:06 +0530 Subject: [PATCH] Fix typo in docs Remove extra `of` --- docs/sources/project/building_from_source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/project/building_from_source.md b/docs/sources/project/building_from_source.md index 9535d4d0247..e4f35f0a49b 100644 --- a/docs/sources/project/building_from_source.md +++ b/docs/sources/project/building_from_source.md @@ -35,7 +35,7 @@ to install GCC. We recommend [TDM-GCC](http://tdm-gcc.tdragon.net/download). ## Build the Front-end Assets -To build less to css for the frontend you will need a recent version of of node (v0.12.0), +To build less to css for the frontend you will need a recent version of node (v0.12.0), npm (v2.5.0) and grunt (v0.4.5). Run the following: ```