Fix typos in reference manual

manger --> manager
master
Sam Brannen 10 years ago
parent 76c46fdbe3
commit ac164088d6
  1. 2
      src/asciidoc/index.adoc

@ -18742,7 +18742,7 @@ conjunction with `@ContextConfiguration`.
==== ====
If the default conventions are sufficient for your test configuration, you can avoid If the default conventions are sufficient for your test configuration, you can avoid
using `@TransactionConfiguration` altogether. In other words, if you have only one using `@TransactionConfiguration` altogether. In other words, if you have only one
transaction manger -- or if you have multiple transaction mangers but the transaction transaction manager -- or if you have multiple transaction managers but the transaction
manager for tests is named "transactionManager" or specified via a manager for tests is named "transactionManager" or specified via a
`TransactionManagementConfigurer` -- and if you want transactions to roll back `TransactionManagementConfigurer` -- and if you want transactions to roll back
automatically, then there is no need to annotate your test class with automatically, then there is no need to annotate your test class with

Loading…
Cancel
Save