Fix 'View Timings from Instrumentation' guides heading [ci-skip]

Fix the capitalization. See:
Seehttps://edgeguides.rubyonrails.org/ruby_on_rails_guides_guidelines.html#headings

Also remove an extraneous linebreak.
This commit is contained in:
Petrik 2023-05-15 10:56:00 +02:00
parent 59e08a5c55
commit c9b894241a
1 changed files with 2 additions and 3 deletions

View File

@ -96,12 +96,11 @@ end
[`ActiveSupport::Notifications.monotonic_subscribe`]: https://api.rubyonrails.org/classes/ActiveSupport/Notifications.html#method-c-monotonic_subscribe
[`ActiveSupport::Notifications.subscribe`]: https://api.rubyonrails.org/classes/ActiveSupport/Notifications.html#method-c-subscribe
View timings from instrumentation in your browser
-----------------------
View Timings from Instrumentation in Your Browser
-------------------------------------------------
Rails implements the [Server Timing](https://www.w3.org/TR/server-timing/) standard to make timing information available in the web browser. To enable, edit your environment configuration (usually `development.rb` as this is most-used in development) to include the following:
```ruby
config.server_timing = true
```