From 06440ea335594add1c6362f3c14630bfec537e6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Mon, 17 Sep 2018 11:29:47 +0200 Subject: [PATCH] Fix typo in Contributing.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Pupier --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3574b8537a1..f08e550b972 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ This means that if you are encountering an error, it is likely due to a unique c Therefore: * The details of your environment including OS version, Docker configuration, and the steps how you configure & run Che. -* Provide reproducibule steps, what the result of the steps was, and what you would have expected. +* Provide reproducible steps, what the result of the steps was, and what you would have expected. * When providing reproduction steps, start with launching Che providing its configuration and every step taken to create the problem. * A detailed description of the behavior that you expect. * Animated GIFs that show the behavior are often times necessary to observe the problems.