From 13df6a21bc9931347460201d13d77f6f6df5a30d Mon Sep 17 00:00:00 2001 From: SahinSarkar Date: Sat, 20 Jun 2020 17:20:33 +0530 Subject: [PATCH] Fixed typo in documentation --- .../main/asciidoc/chapter-10-advanced-mapping-options.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/main/asciidoc/chapter-10-advanced-mapping-options.asciidoc b/documentation/src/main/asciidoc/chapter-10-advanced-mapping-options.asciidoc index 13205caa9..28d6e9d1e 100644 --- a/documentation/src/main/asciidoc/chapter-10-advanced-mapping-options.asciidoc +++ b/documentation/src/main/asciidoc/chapter-10-advanced-mapping-options.asciidoc @@ -195,7 +195,7 @@ null check, regardless of the value of the `NullValuePropertyMappingStrategy`, t [TIP] ==== -`NullValuePropertyMappingStrategy` also applies when the presense checker returns `not present`. +`NullValuePropertyMappingStrategy` also applies when the presence checker returns `not present`. ==== [[checking-source-property-for-null-arguments]]