Skip to content

Commit 359efef

Browse files
authored
Merge pull request rails#42795 from p8/guides/rename-transversal
Remove "transversal" from the Active Support definition
2 parents c2669b8 + 5b5cb81 commit 359efef

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

guides/source/active_support_core_extensions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
Active Support Core Extensions
44
==============================
55

6-
Active Support is the Ruby on Rails component responsible for providing Ruby language extensions, utilities, and other transversal stuff.
6+
Active Support is the Ruby on Rails component responsible for providing Ruby
7+
language extensions and utilities.
78

89
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.
910

guides/source/documents.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@
119119
name: Active Support Core Extensions
120120
url: active_support_core_extensions.html
121121
description: >
122-
Active Support provides Ruby language extensions, utilities, and other
123-
transversal stuff. It enriches the Ruby language for the development of
124-
Rails applications, and for the development of Ruby on Rails itself.
122+
Active Support provides Ruby language extensions and utilities.
123+
It enriches the Ruby language for the development of Rails
124+
applications, and for the development of Ruby on Rails itself.
125125
-
126126
name: Action Mailer Basics
127127
url: action_mailer_basics.html

0 commit comments

Comments
 (0)