Skip to content

Commit 367aee2

Browse files
authored
Merge branch 'main' into patch-1
2 parents 3ea1318 + 16a73e2 commit 367aee2

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)