Skip to content

Commit 7993c68

Browse files
authored
Merge branch 'main' into dependabot/bundler/rspec-rails-8.0.2
2 parents d9ede52 + 16a73e2 commit 7993c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Define an `around_render` method to be called around the rendering of a componen
3333
# app/components/example_component.rb
3434
class ExampleComponent < ViewComponent::Base
3535
def around_render
36-
MyIntrumenter.instrument do
36+
MyInstrumenter.instrument do
3737
yield
3838
end
3939
end

0 commit comments

Comments
 (0)