From 43e43de2e28569e418f74680f7282301ada1caf5 Mon Sep 17 00:00:00 2001 From: Nicolas Barithel Date: Tue, 24 Jul 2018 11:48:09 +0200 Subject: [PATCH] Typo convention (#3617) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c26878831f..b787b46130 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -73,6 +73,6 @@ In ADF we are encouraging the use of behavior-driven development (BDD) ### Test Name -Any test should follow the naming convetion: +Any test should follow the naming convention: [Should] [ ***Expected Behavior** ] [when/after/before] [ ***State Under Test*** ].