diff options
author | Yves Senn <yves.senn@gmail.com> | 2014-01-30 12:05:02 +0100 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2014-01-30 17:40:28 +0100 |
commit | d4d041c1fe55c10a786a4a1a7ff0c34867944b2f (patch) | |
tree | cc3043982af677ad5c3e9f1eed7d83101b1c7bed | |
parent | 2d46e77f6b1b108f8725bdf9518405703b72477e (diff) | |
download | rails-d4d041c1fe55c10a786a4a1a7ff0c34867944b2f.tar.gz rails-d4d041c1fe55c10a786a4a1a7ff0c34867944b2f.tar.bz2 rails-d4d041c1fe55c10a786a4a1a7ff0c34867944b2f.zip |
fix typo and indent. [ci skip]
-rw-r--r-- | activesupport/lib/active_support/core_ext/module/concerning.rb | 2 | ||||
-rw-r--r-- | guides/source/getting_started.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/core_ext/module/concerning.rb b/activesupport/lib/active_support/core_ext/module/concerning.rb index b22dc5ff1e..07a392404e 100644 --- a/activesupport/lib/active_support/core_ext/module/concerning.rb +++ b/activesupport/lib/active_support/core_ext/module/concerning.rb @@ -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. diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 9c09ecc99c..0aa0b49b15 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -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. |