From 28e139a2ca1e0d01c40ba2c574f7e8708e406858 Mon Sep 17 00:00:00 2001 From: Semen Zhydenko Date: Mon, 13 Jun 2022 16:18:18 +0200 Subject: [PATCH] FIX: typo reproducable -> reproducible --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ad3adb0..6743487 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,7 +52,7 @@ A good bug report shouldn't leave others needing to chase you up for more inform - OS, Platform and Version (Windows, Linux, macOS, x86, ARM) - Version of the interpreter, compiler, SDK, runtime environment, package manager, depending on what seems relevant. - Your input and the output - - Is the issue reproducable? Does it exist in previous versions? + - Is the issue reproducible? Does it exist in previous versions? #### How Do I Submit a Good Bug Report?