Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some doc headings naming [ci-skip] #48008

Merged
merged 1 commit into from
Apr 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion actionpack/lib/abstract_controller/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def corrections # :nodoc:
end
end

# = AbstractController \Base
# = Abstract Controller \Base
#
# AbstractController::Base is a low-level API. Nobody should be
# using it directly, and subclasses (like ActionController::Base) are
Expand Down
2 changes: 1 addition & 1 deletion actionpack/lib/abstract_controller/caching/fragments.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module AbstractController
module Caching
# = AbstractController Caching \Fragments
# = Abstract Controller Caching \Fragments
#
# Fragment caching is used for caching various blocks within
# views without caching the entire action as a whole. This is
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module ActionDispatch
# = ActionDispatch \PublicExceptions
# = Action Dispatch \PublicExceptions
#
# When called, this middleware renders an error page. By default if an HTML
# response is expected it will render static error pages from the <tt>/public</tt>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

module ActionDispatch
module Session
# = ActionDispatch Session \CookieStore
# = Action Dispatch Session \CookieStore
#
# This cookie-based session store is the Rails default. It is
# dramatically faster than the alternatives.
Expand Down
2 changes: 1 addition & 1 deletion actionpack/lib/action_dispatch/middleware/static.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def call(env)
end
end

# = ActionDispatch \FileHandler
# = Action Dispatch \FileHandler
#
# This endpoint serves static files from disk using +Rack::Files+.
#
Expand Down