1
0
Fork 0
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:
Ryuta Kamizono 2021-07-16 08:31:52 +09:00 committed by GitHub
commit 359efef64b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

@ -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.

View file

@ -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