diff --git a/blog/2013/07/30/use-react-and-jsx-in-ruby-on-rails.html b/blog/2013/07/30/use-react-and-jsx-in-ruby-on-rails.html index d08e6c6ca7..2e7df185bd 100644 --- a/blog/2013/07/30/use-react-and-jsx-in-ruby-on-rails.html +++ b/blog/2013/07/30/use-react-and-jsx-in-ruby-on-rails.html @@ -102,7 +102,7 @@

To make react.js available for use client-side, simply add react to your manifest, and declare the variant you'd like to use in your environment. When you use :production, the minified and optimized react.min.js will be used instead of the development version. For example:

# config/environments/development.rb
 
-MyApp::Application.configure do
+MyApp::Application.configure do
   config.react.variant = :development
   # use :production in production.rb
 end
diff --git a/blog/index.html b/blog/index.html
index caaeb3947a..6519187ef8 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -436,7 +436,7 @@ Is this some sort of template language? Specifically no. This might have been th