From 0eba0a5bd54dd29ab8a869c649777d91becd5124 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Fri, 15 Jul 2022 23:55:30 +1000 Subject: [PATCH] docs: fix simple typo (#2414) Signed-off-by: Tim Gates --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 602068df..eedebd91 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ General guidance ================ -* The usual principes of respecting existing conventions and making sure that your changes +* The usual principles of respecting existing conventions and making sure that your changes are in line with the overall product design apply when contributing code to Pyenv. * We are limited to Bash 3.2 features