From 3022c0f8f2987f8d288c5b26ec1e8016c58a9495 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 15 Aug 2023 15:26:19 +0200 Subject: [PATCH] docs: minor rewording in Contributing guide This is just an innocuous little rewording of one part of the contributing guide that occurred to me while reading the doc. Signed-off-by: Michael Adam --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fbe8d0c1f688..b39f1fde118b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,7 @@ request and branch commits. ## Getting Started 1. Fork the repository on GitHub -1. Read the [install](INSTALL.md) for build and test instructions +1. Read the [install](INSTALL.md) document for build and test instructions 1. Play with the project, submit bugs, submit patches! ## Contribution Flow