From 21aca7abd750b283eebe8928d35e407402f86fad Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 16 Oct 2023 09:48:20 +0200 Subject: [PATCH] doc: add a missing "a" --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 9cb81a88c..67b201e9c 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -6,7 +6,7 @@ For contributing rules and best practices please refer to [CONTRIBUTING.md](CONT ## Before you start -For this guide we assume that you already have GitHub account and have `git` and your favorite code editor or IDE installed and configured. +For this guide we assume that you already have a GitHub account and have `git` and your favorite code editor or IDE installed and configured. Before you start working on coreutils, please follow these steps: 1. Fork the [coreutils repository](https://github.com/uutils/coreutils) to your GitHub account.