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.
1 parent 4bbea1c commit fc136bfCopy full SHA for fc136bf
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