mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #42795 from p8/guides/rename-transversal
Remove "transversal" from the Active Support definition
This commit is contained in:
commit
359efef64b
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