소스 검색

Fix typo in docs

Remove extra `of`
Prayag Verma 10 년 전
부모
커밋
7c61ed99ae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/sources/project/building_from_source.md

+ 1 - 1
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:
 
 ```