Skip to content

Commit 90edcb8

Browse files
authored
Fix typos (#2332)
1 parent a1b61bb commit 90edcb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-rails/lib/sentry/rails/railtie.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Railtie < ::Rails::Railtie
1212
app.config.middleware.insert_after ActionDispatch::DebugExceptions, Sentry::Rails::RescuedExceptionInterceptor
1313
end
1414

15-
# because the extension works by registering the around_perform callcack, it should always be ran
15+
# because the extension works by registering the around_perform callback, it should always be run
1616
# before the application is eager-loaded (before user's jobs register their own callbacks)
1717
# See https://github.com/getsentry/sentry-ruby/issues/1249#issuecomment-853871871 for the detail explanation
1818
initializer "sentry.extend_active_job", before: :eager_load! do |app|

0 commit comments

Comments
 (0)