From 5efd908b91f0664d68697a28e377edc167dd15ac Mon Sep 17 00:00:00 2001 From: Kris Jordan Date: Tue, 10 Jul 2012 10:26:19 -0400 Subject: [PATCH 1/2] 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. From 6573438bc1ac1a05c115f20b35da76358fe14418 Mon Sep 17 00:00:00 2001 From: Kris Jordan Date: Tue, 10 Jul 2012 10:29:00 -0400 Subject: [PATCH 2/2] Fixing spelling inconsistency. --- _posts/05-01-01-Coding-Practices.md | 1 + _posts/05-01-01-Coding-Practises.md | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 _posts/05-01-01-Coding-Practices.md delete mode 100644 _posts/05-01-01-Coding-Practises.md diff --git a/_posts/05-01-01-Coding-Practices.md b/_posts/05-01-01-Coding-Practices.md new file mode 100644 index 0000000..c5e80a3 --- /dev/null +++ b/_posts/05-01-01-Coding-Practices.md @@ -0,0 +1 @@ +# Coding Practices diff --git a/_posts/05-01-01-Coding-Practises.md b/_posts/05-01-01-Coding-Practises.md deleted file mode 100644 index f3e99af..0000000 --- a/_posts/05-01-01-Coding-Practises.md +++ /dev/null @@ -1 +0,0 @@ -# Coding Practises \ No newline at end of file