1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

fix typo and indent. [ci skip]

This commit is contained in:
Yves Senn 2014-01-30 12:05:02 +01:00
parent 2d46e77f6b
commit d4d041c1fe
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ class Module
#
# == Mix-in noise exiled to its own file:
#
# Once our chunk of behavior starts pushing the scroll-to-understand it
# Once our chunk of behavior starts pushing the scroll-to-understand it's
# boundary, we give in and move it to a separate file. At this size, the
# overhead feels in good proportion to the size of our extraction, despite
# diluting our at-a-glance sense of how things really work.

View file

@ -23,7 +23,7 @@ prerequisites installed:
* The [Ruby](http://www.ruby-lang.org/en/downloads) language version 1.9.3 or newer
* The [RubyGems](http://rubygems.org) packaging system
* To learn more about RubyGems, please read the [RubyGems Guides](http://guides.rubygems.org)
* To learn more about RubyGems, please read the [RubyGems Guides](http://guides.rubygems.org)
* A working installation of the [SQLite3 Database](http://www.sqlite.org)
Rails is a web application framework running on the Ruby programming language.