Skip to content

Commit

Permalink
Merge branch 'issue-45-title-casing-recipe-names'
Browse files Browse the repository at this point in the history
  • Loading branch information
OakRaven committed May 14, 2012
2 parents 3d023b2 + 02b3e00 commit e4d0845
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion chapters/arrays/removing-duplicate-elements-from-arrays.md
@@ -1,6 +1,6 @@
---
layout: recipe
title: Removing duplicate elements from Arrays
title: Removing Duplicate Elements from Arrays
chapter: Arrays
---
## Problem
Expand Down
2 changes: 1 addition & 1 deletion chapters/arrays/zip-function.md
@@ -1,6 +1,6 @@
---
layout: recipe
title: Python-like zip function
title: Python-like Zip Function
chapter: Arrays
---
## Problem
Expand Down
2 changes: 1 addition & 1 deletion chapters/classes_and_objects/cloning.md
@@ -1,6 +1,6 @@
---
layout: recipe
title: Cloning an object (deep copy)
title: Cloning an Object (Deep Copy)
chapter: Classes and Objects
---
## Problem
Expand Down
2 changes: 1 addition & 1 deletion chapters/classes_and_objects/object-literal.md
@@ -1,6 +1,6 @@
---
layout: recipe
title: Create an object literal if it does not already exist
title: Create an Object Literal if It Does Not Already Exist
chapter: Classes and Objects
---
## Problem
Expand Down
2 changes: 1 addition & 1 deletion chapters/classes_and_objects/type-function.md
@@ -1,6 +1,6 @@
---
layout: recipe
title: A CoffeeScript type function
title: A CoffeeScript Type Function
chapter: Classes and Objects
---
## Problem
Expand Down
2 changes: 1 addition & 1 deletion chapters/dates_and_times/date-of-easter.md
@@ -1,6 +1,6 @@
---
layout: recipe
title: Calculate the date of Easter Sunday
title: Calculate the Date of Easter Sunday
chapter: Dates and Times
---
## Problem
Expand Down
2 changes: 1 addition & 1 deletion chapters/dates_and_times/date-of-thanksgiving.md
@@ -1,6 +1,6 @@
---
layout: recipe
title: Calculate the date of Thanksgiving (USA and Canada)
title: Calculate the Date of Thanksgiving (USA and Canada)
chapter: Dates and Times
---
## Problem
Expand Down
2 changes: 1 addition & 1 deletion chapters/dates_and_times/days-between-two-dates.md
@@ -1,6 +1,6 @@
---
layout: recipe
title: Get Days Between two Dates
title: Get Days Between Two Dates
chapter: Dates and Times
---
## Problem
Expand Down
2 changes: 1 addition & 1 deletion chapters/functions/parentheses.md
@@ -1,6 +1,6 @@
---
layout: recipe
title: When Function Parentheses are not Optional
title: When Function Parentheses Are Not Optional
chapter: Functions
---
## Problem
Expand Down
2 changes: 1 addition & 1 deletion chapters/jquery/callback-bindings-jquery.md
@@ -1,6 +1,6 @@
---
layout: recipe
title: Callback bindings # using => instead of ->
title: Callback Bindings # using => instead of ->
chapter: jQuery
---
## Problem
Expand Down
2 changes: 1 addition & 1 deletion chapters/jquery/plugin.md
@@ -1,6 +1,6 @@
---
layout: recipe
title: Create a jQuery plugin
title: Create a jQuery Plugin
chapter: jQuery
---
## Problem
Expand Down
2 changes: 1 addition & 1 deletion chapters/math/fast-fibonacci.md
@@ -1,6 +1,6 @@
---
layout: recipe
title: Faster Fibonacci algorithm
title: Faster Fibonacci Algorithm
chapter: Math
---
## Problem
Expand Down
2 changes: 1 addition & 1 deletion chapters/math/random-integer.md
@@ -1,6 +1,6 @@
---
layout: recipe
title: A random integer function
title: A Random Integer Function
chapter: Math
---
## Problem
Expand Down
@@ -1,6 +1,6 @@
---
layout: recipe
title: Replacing HTML tags with HTML named entities
title: Replacing HTML Tags with HTML Named Entities
chapter: Regular Expressions
---
## Problem
Expand Down
2 changes: 1 addition & 1 deletion chapters/regular_expressions/replacing-substrings.md
@@ -1,6 +1,6 @@
---
layout: recipe
title: Replacing substrings
title: Replacing Substrings
chapter: Regular Expressions
---
## Problem
Expand Down
2 changes: 1 addition & 1 deletion chapters/regular_expressions/searching-for-substrings.md
@@ -1,6 +1,6 @@
---
layout: recipe
title: Searching for substrings
title: Searching for Substrings
chapter: Regular Expressions
---
## Problem
Expand Down
2 changes: 1 addition & 1 deletion chapters/strings/trimming-whitespace-from-a-string.md
@@ -1,6 +1,6 @@
---
layout: recipe
title: Trimming whitespace from a String
title: Trimming Whitespace from a String
chapter: Strings
---
## Problem
Expand Down

0 comments on commit e4d0845

Please sign in to comment.