diff --git a/docs/src/main/asciidoc/hibernate-reactive-panache.adoc b/docs/src/main/asciidoc/hibernate-reactive-panache.adoc index 8cca3d7726e40..5cb1545ad6e9e 100644 --- a/docs/src/main/asciidoc/hibernate-reactive-panache.adoc +++ b/docs/src/main/asciidoc/hibernate-reactive-panache.adoc @@ -981,7 +981,7 @@ That's all there is to it: with Panache, Hibernate Reactive has never looked so Hibernate Reactive with Panache relies on compile-time bytecode enhancements to your entities. -It attempts to idenfity archives with Panache entities (and consumers of Panache entities) +It attempts to identify archives with Panache entities (and consumers of Panache entities) by the presence of the marker file `META-INF/panache-archive.marker`. Panache includes an annotation processor that will automatically create this file in archives that depend on Panache (even indirectly). If you have disabled annotation processors you may need to create