diff --git a/reference/en/modules/configuration.xml b/reference/en/modules/configuration.xml
index 118021e827..9cf86d2207 100644
--- a/reference/en/modules/configuration.xml
+++ b/reference/en/modules/configuration.xml
@@ -1142,7 +1142,7 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect]]>
- There are two standard (built-in) choices:
+ There are three standard (built-in) choices:
diff --git a/reference/en/modules/transactions.xml b/reference/en/modules/transactions.xml
index c89f8a0f12..7bdce184c2 100644
--- a/reference/en/modules/transactions.xml
+++ b/reference/en/modules/transactions.xml
@@ -476,7 +476,7 @@ finally {
a CMT bean, even this happens automatically, since an unhandled RuntimeException
thrown by a session bean method tells the container to set the global transaction to
rollback. This means you do not need to use the Hibernate
- Transaction API at all in CMT.
+ Transaction API at all in CMT.