From f602218315e573921c9388d2c27393336c3ace69 Mon Sep 17 00:00:00 2001 From: Walter <44253688+svew@users.noreply.github.com> Date: Tue, 1 Feb 2022 18:28:38 -0800 Subject: [PATCH] docs: typo in DEVELOPING.md (#790) Missed tick --- DEVELOPING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPING.md b/DEVELOPING.md index d7b1fc62..8eef221a 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -12,7 +12,7 @@ You will need: ## Setting up the project - run `npm install` in the root folder of the project. This will install the necessary commit hooks. -- run `npm install in the `komga-webui` folder of the project. This will install the necessary tooling for the webui. +- run `npm install` in the `komga-webui` folder of the project. This will install the necessary tooling for the webui. ## Commit messages