We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bbea1c + fc136bf commit 16a73e2Copy full SHA for 16a73e2
docs/guide/lifecycle.md
@@ -33,7 +33,7 @@ Define an `around_render` method to be called around the rendering of a componen
33
# app/components/example_component.rb
34
class ExampleComponent < ViewComponent::Base
35
def around_render
36
- MyIntrumenter.instrument do
+ MyInstrumenter.instrument do
37
yield
38
end
39
0 commit comments