From 444d3412b90fab2cc0a0d3bab48d8eda3b9fed31 Mon Sep 17 00:00:00 2001 From: Akshay Khole Date: Tue, 25 Jun 2013 15:55:03 +0530 Subject: Fixing Issue #11083 Removing other occurrences of `the` appearing twice --- actionpack/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 59d9c89c8e..e33accf854 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,7 +1,7 @@ * Merge `:action` from routing scope and assign endpoint if both `:controller` and `:action` are present. The endpoint assignment only occurs if there is no `:to` present in the options hash so should only affect routes using the - shorthand syntax (i.e. endpoint is inferred from the the path). + shorthand syntax (i.e. endpoint is inferred from the path). Fixes #9856 -- cgit v1.2.3