From ac164088d6e07c2c65dff5900c3109b64a5810ab Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sat, 30 Aug 2014 01:40:19 +0200 Subject: [PATCH] Fix typos in reference manual manger --> manager --- src/asciidoc/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asciidoc/index.adoc b/src/asciidoc/index.adoc index 0d10fe6ac5..14f1df6083 100644 --- a/src/asciidoc/index.adoc +++ b/src/asciidoc/index.adoc @@ -18742,7 +18742,7 @@ conjunction with `@ContextConfiguration`. ==== If the default conventions are sufficient for your test configuration, you can avoid 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 `TransactionManagementConfigurer` -- and if you want transactions to roll back automatically, then there is no need to annotate your test class with