Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit f0f3192

Browse files
committed
update changelog
1 parent f314fb6 commit f0f3192

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ Whitespace conventions:
2323
### Added
2424

2525
- More helpful error messages on render failures (#152)
26-
- `Element#on('<my_event_name>')` subscribes `my_event_name` (#153)
26+
- `Element#on('<my_event_name>')` subscribes to `my_event_name` (#153)
2727

2828
### Changed
2929

3030
- `Element#on(:event)` subscribes to `on_event` for reactrb components and `onEvent` for native components. (#153)
3131

3232
### Deprecated
3333

34-
- `Element#(:event)` subscription to `_onEvent` is deprecated. Once you have changed params named `_on...` to `on_...` you can `require 'reactrb/new-event-name-convention.rb'` to avoid spurious react warning messages. (#153)
34+
- `Element#on(:event)` subscription to `_onEvent` is deprecated. Once you have changed params named `_on...` to `on_...` you can `require 'reactrb/new-event-name-convention.rb'` to avoid spurious react warning messages. (#153)
3535

3636

3737
### Fixed
3838

39-
- when using the Element['#container'].render... method generates spurious react error (#154)
39+
- The `Element['#container'].render...` method generates a spurious react error (#154)
4040

4141

4242

0 commit comments

Comments
 (0)