From 60c1540eef866ab2a76672c4fab159f0038b55c9 Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Wed, 26 May 2021 05:04:37 +0200
Subject: [PATCH] docs: fix capitalization in local development docs (#10147)

---
 docs/development/local-development.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/development/local-development.md b/docs/development/local-development.md
index 75c10b72ea..641cc3f369 100644
--- a/docs/development/local-development.md
+++ b/docs/development/local-development.md
@@ -70,7 +70,7 @@ The VS Code [integrated terminal](https://code.visualstudio.com/docs/editor/inte
 
 ## Fork and Clone
 
-If you want to contribute to the project, you should first "fork" the main project using the GitHub Website and then clone your fork locally.
+If you want to contribute to the project, you should first "fork" the main project using the GitHub website and then clone your fork locally.
 The Renovate project uses the [Yarn](https://github.com/yarnpkg/yarn) package management system instead of npm.
 
 To ensure everything is working properly on your end, you must:
-- 
GitLab