From 21d859a7bce149c49dceac931d07df298dd7e20d Mon Sep 17 00:00:00 2001 From: Eugene Traytyak Date: Sun, 9 Oct 2016 21:13:53 +0300 Subject: [PATCH] Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9bf634ac8..9035b3b8e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -133,7 +133,7 @@ All 5.1.0 changes can be found in [#362](https://github.com/shakacode/react_on_r - Previously, you could pass arbitrary additional html attributes to react_component. Now, you need to pass them in as a named parameter `html_options` to react_component. ##### Breaking Changes -- You must provide named attributes, including `props` for view helper `react_compnent`. See [this commit](https://github.com/shakacode/react-webpack-rails-tutorial/commit/a97fa90042cbe27be7fd7fa70b5622bfcf9c3673) for an example migration used for [www.reactrails.com](http://www.reactrails.com). +- You must provide named attributes, including `props` for view helper `react_component`. See [this commit](https://github.com/shakacode/react-webpack-rails-tutorial/commit/a97fa90042cbe27be7fd7fa70b5622bfcf9c3673) for an example migration used for [www.reactrails.com](http://www.reactrails.com). ## [4.0.3] - 2016-03-17