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 d9ede52 + 16a73e2 commit 7993c68Copy full SHA for 7993c68
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