From ce8e96d68a8c35d0736c6cd2d55dfd0b79fdcf63 Mon Sep 17 00:00:00 2001 From: Vasiliy Ermolovich Date: Sun, 16 Sep 2012 13:16:21 +0300 Subject: [PATCH] fix typo in changelog [ci skip] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e7a027b..07ea45cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ Closes [#619](https://github.com/plataformatec/simple_form/issues/619) * Prevent generation of `class=""`. ([@pkmiec](https://github.com/pkmiec)) * Fix namespace html propagation to single wrapper of `label` and `input` - * Association creates blank select if `:colocetion` is `nil`. + * Association creates blank select if `:collection` is `nil`. ([@nashby](https://github.com/nashby)). Closes [#595](https://github.com/plataformatec/simple_form/issues/595) * Fix readonly attribute check. ([@retoo](https://github.com/retoo))