Skip to content

Commit c049370

Browse files
authored
Merge pull request rails#55224 from WailanTirajoh/main
[ci skip] Fix typo duplicate word "an" in controller documentation
2 parents 1ac4003 + ad3275f commit c049370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/action_controller_overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ The Request and Response Objects
11821182
Every controller has two methods, [`request`][] and [`response`][], which can be
11831183
used to access the request and response objects associated with the
11841184
current request cycle. The `request` method returns an instance of
1185-
[`ActionDispatch::Request`][]. The [`response`][] method returns an an instance
1185+
[`ActionDispatch::Request`][]. The [`response`][] method returns an instance
11861186
of [`ActionDispatch::Response`][], an object representing what is going to be
11871187
sent back to the client browser (e.g. from `render` or `redirect` in the
11881188
controller action).

0 commit comments

Comments
 (0)