From 9a2ee763d0e8a7fc27ddc1c5a92ed47883917641 Mon Sep 17 00:00:00 2001 From: Shay Molcho <152275799+shaymolcho@users.noreply.github.com> Date: Thu, 13 Feb 2025 11:55:43 +0200 Subject: [PATCH] docs: added missing period for consistency and readability (#45333) Added missing period for consistency and readability Added a missing period in a specific part of the text to maintain consistency across the document. This ensures a uniform writing style, improves readability, and aligns with the formatting used throughout the content. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3cc4fcca3a2c..c7cd2de29bc5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -71,4 +71,4 @@ See [Coding Style](https://electronjs.org/docs/development/coding-style) for inf ## Further Reading For more in-depth guides on developing Electron, see -[/docs/development](/docs/development/README.md) +[/docs/development](/docs/development/README.md).