Skip to content

Commit e5cc8a6

Browse files
committed
Fix typo in Hibernate ORM documentation example
1 parent 3556595 commit e5cc8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/hibernate-orm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ xref:config-reference.adoc#multiple-profiles[setting `quarkus.profile`]:
602602
603603
%oracle.quarkus.hibernate-orm."oracle".active=true
604604
%oracle.quarkus.datasource."oracle".active=true
605-
# Add any pg-related runtime configuration here, prefixed with "%pg."
605+
# Add any oracle-related runtime configuration here, prefixed with "%oracle."
606606
----
607607
====
608608

0 commit comments

Comments
 (0)