We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357b7bd commit ab16a5fCopy full SHA for ab16a5f
documentation/modules/ROOT/pages/03-demo.adoc
@@ -69,7 +69,7 @@ The transactional processing has been the cornerstone of many business applicati
69
However, in most cases, the transactional processing isn't the best fit for real-world processes.
70
71
In our example, when the ride finishes, that's a real-world situation.
72
-However, the example uses the `+@Transational+` annotation, and operate on number of unrelated data.
+However, the example uses the `+@Transactional+` annotation, and operate on number of unrelated data.
73
This means that when one of those operations fails, the whole processing will be rolled back.
74
In effect, the end-user will receive a nasty error message.
75
0 commit comments