Skip to content

Commit 87d1e91

Browse files
update comments to reference Rails components consistently
Co-authored-by: Kayla Reopelle <[email protected]>
1 parent 5644ee5 commit 87d1e91

File tree

1 file changed

+2
-2
lines changed
  • instrumentation/active_model_serializers/example

1 file changed

+2
-2
lines changed

instrumentation/active_model_serializers/example/rails_app.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
end
3131

3232
# TraceRequestApp is a minimal Rails application inspired by the Rails
33-
# bug report template for action controller.
33+
# bug report template for Action Controller.
3434
# The configuration is compatible with Rails 6.0
3535
class TraceRequestApp < Rails::Application
3636
config.root = __dir__
@@ -44,7 +44,7 @@ class TraceRequestApp < Rails::Application
4444
end
4545

4646
# Rails app initialization will pick up the instrumentation Railtie
47-
# and subscribe to ActiveSupport notifications
47+
# and subscribe to Active Support notifications
4848
TraceRequestApp.initialize!
4949

5050
ExampleAppTracer = OpenTelemetry.tracer_provider.tracer('example_app')

0 commit comments

Comments
 (0)