Skip to content

Commit b1be9ae

Browse files
committed
Merge pull request #80 from KurtRMueller/master
Fixed some spelling errors.
2 parents 5fdc7ef + acb0b7f commit b1be9ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# react-rails [![Build Status](https://travis-ci.org/reactjs/react-rails.png)](https://travis-ci.org/reactjs/react-rails) [![Code Climate](https://codeclimate.com/github/reactjs/react-rails.png)](https://codeclimate.com/github/reactjs/react-rails)
22

3-
**react-rails version discaimer**
3+
**react-rails version disclaimer**
44
*This README is for `1.x` branch which is still in development. Please switch to latest `0.x` branch for stable version.*
55

6-
*Additionaly: `0.x` branch directly follows React versions, `1.x` will not do so.*
6+
*Additionally: `0.x` branch directly follows React versions, `1.x` will not do so.*
77

88
react-rails is a ruby gem which makes it easier to use [React](http://facebook.github.io/react/) and [JSX](http://facebook.github.io/react/docs/jsx-in-depth.html) in your Ruby on Rails application.
99

@@ -113,7 +113,7 @@ react_component('HelloMessage', {name: 'John'}, {id: 'hello', class: 'foo', tag:
113113

114114
### Server Rendering
115115

116-
React components can also use the same ExecJS mechanisims in Sprockets to execute JavaScript code on the server, and render React components to HTML to be delivered to the browser, and then the `react_ujs` script will cause the component to be mounted. In this way, users get fast initial page loads and search-engine-friendly pages.
116+
React components can also use the same ExecJS mechanisms in Sprockets to execute JavaScript code on the server, and render React components to HTML to be delivered to the browser, and then the `react_ujs` script will cause the component to be mounted. In this way, users get fast initial page loads and search-engine-friendly pages.
117117

118118
#### ExecJS
119119

0 commit comments

Comments
 (0)