diff --git a/docs/src/main/asciidoc/writing-extensions.adoc b/docs/src/main/asciidoc/writing-extensions.adoc index fc78f9b1eccdc..f62c27c51d03a 100644 --- a/docs/src/main/asciidoc/writing-extensions.adoc +++ b/docs/src/main/asciidoc/writing-extensions.adoc @@ -1997,7 +1997,7 @@ static record KeyPairContext(Map properties) {} <1> You can retrieve the context from `LiveReloadBuildItem`. This call returns `null` if there is no context for the specified type; otherwise, it returns the stored instance from a previous live reload execution. <2> You can check if this is the first execution (not a live reload). -<3> The `LiveReloadBuildItem#setContext` method allows you to set a context across live reloads. +<3> The `LiveReloadBuildItem#setContextObject` method allows you to set a context across live reloads. ==== Triggering Live Reload