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

Commit 24cbcce

Browse files
committed
Right title heading level
1 parent 170adc4 commit 24cbcce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ class App
137137
end
138138
```
139139

140-
## Mixins
140+
### Mixins
141141

142-
Simply create a Ruby module to encapsulate the behavior. Example below is modified from the original [React.js Exmaple on Mixin](http://facebook.github.io/react/docs/reusable-components.html#mixins), [Opal Browser](https://github.com/opal/opal-browser) syntax are used to make it cleaner.
142+
Simply create a Ruby module to encapsulate the behavior. Example below is modified from the original [React.js Exmaple on Mixin](http://facebook.github.io/react/docs/reusable-components.html#mixins). [Opal Browser](https://github.com/opal/opal-browser) syntax are used here to make it cleaner.
143143

144144
```ruby
145145
module SetInterval

0 commit comments

Comments
 (0)