Skip to content

Commit acb0b7f

Browse files
author
Kurt Mueller
committed
Fixed some spelling errors.
1 parent b4051e1 commit acb0b7f

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

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

106106
### Server Rendering
107107

108-
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.
108+
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.
109109

110110
#### ExecJS
111111

0 commit comments

Comments
 (0)