From 75bdf04a34a827d555ab0f8d45b10d0c473dda4f Mon Sep 17 00:00:00 2001 From: Andy Garfield Date: Fri, 5 Jun 2020 15:03:34 -0400 Subject: [PATCH] DATAJDBC-555 - Polishing. Fixes a typo. Original pull request #228. --- src/main/asciidoc/jdbc.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/jdbc.adoc b/src/main/asciidoc/jdbc.adoc index 614ed610f..68e878d0a 100644 --- a/src/main/asciidoc/jdbc.adoc +++ b/src/main/asciidoc/jdbc.adoc @@ -881,7 +881,7 @@ The following table describes the available events: | After an aggregate root gets saved (that is, inserted or updated). | {javadoc-base}org/springframework/data/relational/core/mapping/event/AfterLoadEvent.html[`AfterLoadEvent`] -| After an aggregate root gets created from a database `ResultSet` and all its property get set. +| After an aggregate root gets created from a database `ResultSet` and all its properties get set. |=== WARNING: Lifecycle events depend on an `ApplicationEventMulticaster`, which in case of the `SimpleApplicationEventMulticaster` can be configured with a `TaskExecutor`, and therefore gives no guarantees when an Event is processed.