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:
parent
2d46e77f6b
commit
d4d041c1fe
2 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ class Module
|
||||||
#
|
#
|
||||||
# == Mix-in noise exiled to its own file:
|
# == 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
|
# 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
|
# overhead feels in good proportion to the size of our extraction, despite
|
||||||
# diluting our at-a-glance sense of how things really work.
|
# diluting our at-a-glance sense of how things really work.
|
||||||
|
|
|
@ -23,7 +23,7 @@ prerequisites installed:
|
||||||
|
|
||||||
* The [Ruby](http://www.ruby-lang.org/en/downloads) language version 1.9.3 or newer
|
* The [Ruby](http://www.ruby-lang.org/en/downloads) language version 1.9.3 or newer
|
||||||
* The [RubyGems](http://rubygems.org) packaging system
|
* 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)
|
* A working installation of the [SQLite3 Database](http://www.sqlite.org)
|
||||||
|
|
||||||
Rails is a web application framework running on the Ruby programming language.
|
Rails is a web application framework running on the Ruby programming language.
|
||||||
|
|
Loading…
Reference in a new issue