From 5efd908b91f0664d68697a28e377edc167dd15ac Mon Sep 17 00:00:00 2001 From: Kris Jordan Date: Tue, 10 Jul 2012 10:26:19 -0400 Subject: [PATCH] Spelling inconsistency broke sidebar nav. Fixed. --- _posts/08-03-01-Behavior-Driven-Development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/08-03-01-Behavior-Driven-Development.md b/_posts/08-03-01-Behavior-Driven-Development.md index 9f0d4ea..c1c1b99 100644 --- a/_posts/08-03-01-Behavior-Driven-Development.md +++ b/_posts/08-03-01-Behavior-Driven-Development.md @@ -2,7 +2,7 @@ isChild: true --- -## Behaviour Driven Development +## Behavior Driven Development There are two different types of Behavior-Driven Development (BDD): SpecBDD and StoryBDD. SpecBDD focuses on technical behavior or code, while StoryBDD focuses on business or feature behaviors or interactions. PHP has frameworks for both types of BDD.