From eb47efaadc596959bb628abcfb3d2d26216d6f26 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 7 Mar 2023 22:48:24 +0100 Subject: [PATCH] fix typo Co-authored-by: Terts Diepraam --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e1ff2238b..e1a59717c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -117,7 +117,7 @@ cargo deny --all-features check all ## Other implementations -The Coreutils has different implementations, with different levels of completions: +The Coreutils have different implementations, with different levels of completions: * [GNU's](https://git.savannah.gnu.org/gitweb/?p=coreutils.git) * [BSD](https://github.com/openbsd/src/tree/master/bin)