Skip to content

Commit 703beed

Browse files
authored
Fix typo in README (#1193)
1 parent 4500469 commit 703beed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-rails/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Sentry.init do |config|
4444
# the default value is true
4545
config.rails.report_rescued_exceptions = true
4646

47-
# this gem also provides a new breadcrumb logger that accepts instrumentaions from ActiveSupport
47+
# this gem also provides a new breadcrumb logger that accepts instrumentations from ActiveSupport
4848
# it's not activated by default, but you can enable it with
4949
config.breadcrumbs_logger = [:active_support_logger]
5050
end

0 commit comments

Comments
 (0)