diff --git a/_posts/2013-10-3-community-roundup-9.md b/_posts/2013-10-3-community-roundup-9.md index f238890e..9aa07062 100644 --- a/_posts/2013-10-3-community-roundup-9.md +++ b/_posts/2013-10-3-community-roundup-9.md @@ -56,7 +56,7 @@ The video will be available soon on the [JSConf EU website](http://2013.jsconf.e [Todd Kennedy](http://blog.selfassembled.org/) working at [Condé Nast](http://www.condenast.com/) implemented a wrapper on-top of [JSHint](http://www.jshint.com/) that first converts JSX files to JS. -> A wrapper around JSHint to allow linting of files containg JSX syntax. Accepts glob patterns. Respects your local .jshintrc file and .gitignore to filter your glob patterns. +> A wrapper around JSHint to allow linting of files containing JSX syntax. Accepts glob patterns. Respects your local .jshintrc file and .gitignore to filter your glob patterns. > > ``` npm install -g jsxhint diff --git a/_posts/2014-01-06-community-roundup-14.md b/_posts/2014-01-06-community-roundup-14.md index f2720147..2c55dea4 100644 --- a/_posts/2014-01-06-community-roundup-14.md +++ b/_posts/2014-01-06-community-roundup-14.md @@ -13,7 +13,7 @@ React is only one-piece of your web application stack. [Mark Lussier](https://gi > > I encourage you to fork, and make it right and submit a pull request! > -> My current opinion is using tools like Grunt, Browserify, Bower and mutiple grunt plugins to get the job done. I also opted for Zepto over jQuery and the Flatiron Project's Director when I need a router. Oh and for the last little bit of tech that makes you mad, I am in the SASS camp when it comes to stylesheets +> My current opinion is using tools like Grunt, Browserify, Bower and multiple grunt plugins to get the job done. I also opted for Zepto over jQuery and the Flatiron Project's Director when I need a router. Oh and for the last little bit of tech that makes you mad, I am in the SASS camp when it comes to stylesheets > > [Check it out on GitHub...](https://github.com/intabulas/reactjs-baseline) diff --git a/_posts/2014-02-16-react-v0.9-rc1.md b/_posts/2014-02-16-react-v0.9-rc1.md index 816f1e8d..38496e6d 100644 --- a/_posts/2014-02-16-react-v0.9-rc1.md +++ b/_posts/2014-02-16-react-v0.9-rc1.md @@ -49,7 +49,7 @@ React.DOM.div(null, ) ``` -We believe this new behavior is more helpful and elimates cases where unwanted whitespace was previously added. +We believe this new behavior is more helpful and eliminates cases where unwanted whitespace was previously added. In cases where you want to preserve the space adjacent to a newline, you can write a JS string like `{"Monkeys: "}` in your JSX source. We've included a script to do an automated codemod of your JSX source tree that preserves the old whitespace behavior by adding and removing spaces appropriately. You can [install jsx\_whitespace\_transformer from npm](https://github.com/facebook/react/blob/master/npm-jsx_whitespace_transformer/README.md) and run it over your source tree to modify files in place. The transformed JSX files will preserve your code's existing whitespace behavior. diff --git a/_posts/2014-02-20-react-v0.9.md b/_posts/2014-02-20-react-v0.9.md index cad3af79..d39cf1c0 100644 --- a/_posts/2014-02-20-react-v0.9.md +++ b/_posts/2014-02-20-react-v0.9.md @@ -57,7 +57,7 @@ React.DOM.div(null, ) ``` -We believe this new behavior is more helpful and elimates cases where unwanted whitespace was previously added. +We believe this new behavior is more helpful and eliminates cases where unwanted whitespace was previously added. In cases where you want to preserve the space adjacent to a newline, you can write `{'Monkeys: '}` or `Monkeys:{' '}` in your JSX source. We've included a script to do an automated codemod of your JSX source tree that preserves the old whitespace behavior by adding and removing spaces appropriately. You can [install jsx\_whitespace\_transformer from npm](https://github.com/facebook/react/blob/master/npm-jsx_whitespace_transformer/README.md) and run it over your source tree to modify files in place. The transformed JSX files will preserve your code's existing whitespace behavior. diff --git a/css/codemirror.css b/css/codemirror.css index 91138663..86eda77e 100644 --- a/css/codemirror.css +++ b/css/codemirror.css @@ -5,7 +5,7 @@ font-family: monospace; } .CodeMirror-scroll { - /* Set scrolling behaviour here */ + /* Set scrolling behavior here */ overflow: auto; } @@ -122,7 +122,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;} } /* The fake, visible scrollbars. Used to force redraw during scrolling - before actuall scrolling happens, thus preventing shaking and + before actual scrolling happens, thus preventing shaking and flickering artifacts. */ .CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler { position: absolute;