Skip to content

Commit 02b3e00

Browse files
committed
Title-cased all recipes as per issue 45.
1 parent 3d023b2 commit 02b3e00

17 files changed

+17
-17
lines changed

chapters/arrays/removing-duplicate-elements-from-arrays.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: recipe
3-
title: Removing duplicate elements from Arrays
3+
title: Removing Duplicate Elements from Arrays
44
chapter: Arrays
55
---
66
## Problem

chapters/arrays/zip-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: recipe
3-
title: Python-like zip function
3+
title: Python-like Zip Function
44
chapter: Arrays
55
---
66
## Problem

chapters/classes_and_objects/cloning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: recipe
3-
title: Cloning an object (deep copy)
3+
title: Cloning an Object (Deep Copy)
44
chapter: Classes and Objects
55
---
66
## Problem

chapters/classes_and_objects/object-literal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: recipe
3-
title: Create an object literal if it does not already exist
3+
title: Create an Object Literal if It Does Not Already Exist
44
chapter: Classes and Objects
55
---
66
## Problem

chapters/classes_and_objects/type-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: recipe
3-
title: A CoffeeScript type function
3+
title: A CoffeeScript Type Function
44
chapter: Classes and Objects
55
---
66
## Problem

chapters/dates_and_times/date-of-easter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: recipe
3-
title: Calculate the date of Easter Sunday
3+
title: Calculate the Date of Easter Sunday
44
chapter: Dates and Times
55
---
66
## Problem

chapters/dates_and_times/date-of-thanksgiving.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: recipe
3-
title: Calculate the date of Thanksgiving (USA and Canada)
3+
title: Calculate the Date of Thanksgiving (USA and Canada)
44
chapter: Dates and Times
55
---
66
## Problem

chapters/dates_and_times/days-between-two-dates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: recipe
3-
title: Get Days Between two Dates
3+
title: Get Days Between Two Dates
44
chapter: Dates and Times
55
---
66
## Problem

chapters/functions/parentheses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: recipe
3-
title: When Function Parentheses are not Optional
3+
title: When Function Parentheses Are Not Optional
44
chapter: Functions
55
---
66
## Problem

chapters/jquery/callback-bindings-jquery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: recipe
3-
title: Callback bindings # using => instead of ->
3+
title: Callback Bindings # using => instead of ->
44
chapter: jQuery
55
---
66
## Problem

0 commit comments

Comments
 (0)