mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove "transversal" from the Active Support definition
In the guides Active Support is defined as providing "transversal stuff". This is not a commonly used term and might intimidate beginners. Co-Authored-By: Alex Ghiculescu <alex@tanda.co>
This commit is contained in:
parent
c2669b85ba
commit
5b5cb816ad
2 changed files with 5 additions and 4 deletions
|
@ -3,7 +3,8 @@
|
|||
Active Support Core Extensions
|
||||
==============================
|
||||
|
||||
Active Support is the Ruby on Rails component responsible for providing Ruby language extensions, utilities, and other transversal stuff.
|
||||
Active Support is the Ruby on Rails component responsible for providing Ruby
|
||||
language extensions and utilities.
|
||||
|
||||
It offers a richer bottom-line at the language level, targeted both at the development of Rails applications, and at the development of Ruby on Rails itself.
|
||||
|
||||
|
|
|
@ -119,9 +119,9 @@
|
|||
name: Active Support Core Extensions
|
||||
url: active_support_core_extensions.html
|
||||
description: >
|
||||
Active Support provides Ruby language extensions, utilities, and other
|
||||
transversal stuff. It enriches the Ruby language for the development of
|
||||
Rails applications, and for the development of Ruby on Rails itself.
|
||||
Active Support provides Ruby language extensions and utilities.
|
||||
It enriches the Ruby language for the development of Rails
|
||||
applications, and for the development of Ruby on Rails itself.
|
||||
-
|
||||
name: Action Mailer Basics
|
||||
url: action_mailer_basics.html
|
||||
|
|
Loading…
Reference in a new issue