Skip to content

Commit ab16a5f

Browse files
committed
Typo
1 parent 357b7bd commit ab16a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/modules/ROOT/pages/03-demo.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The transactional processing has been the cornerstone of many business applicati
6969
However, in most cases, the transactional processing isn't the best fit for real-world processes.
7070

7171
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.
72+
However, the example uses the `+@Transactional+` annotation, and operate on number of unrelated data.
7373
This means that when one of those operations fails, the whole processing will be rolled back.
7474
In effect, the end-user will receive a nasty error message.
7575

0 commit comments

Comments
 (0)