From 75805b212d97e4828827ac67b09f9dfd3ef1931f Mon Sep 17 00:00:00 2001 From: Hynn01 Date: Fri, 19 Feb 2021 12:19:36 +0100 Subject: [PATCH] Fix typo in 'Developing.md' Signed-off-by: Hynn01 --- doc/Developing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Developing.md b/doc/Developing.md index d61e1d415508d..fcb0d4b7c55c4 100644 --- a/doc/Developing.md +++ b/doc/Developing.md @@ -53,7 +53,7 @@ For Windows instructions [click here](#building-on-windows). ## Prerequisites - Node.js `>= 12.14.1` **AND** `< 13`. - - Preferably, **use** Node version [`12.14.1`](https://nodejs.org/download/release/v12.14.1/), as it is the the recommended minimum version according to the framework's supported `electron` version. + - Preferably, **use** Node version [`12.14.1`](https://nodejs.org/download/release/v12.14.1/), as it is the recommended minimum version according to the framework's supported `electron` version. - [Yarn package manager](https://yarnpkg.com/en/docs/install) v1.7.0 - git (If you would like to use the Git-extension too, you will need to have git version 2.11.0 or higher.)