From 7f3bc97a4e86d22c41476dac6147fe809e77b628 Mon Sep 17 00:00:00 2001 From: Nik Handyman Date: Mon, 25 Oct 2021 15:22:03 +0200 Subject: [PATCH] Remove redundant word from reference documentation. Closes #634 --- src/main/asciidoc/preface.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/preface.adoc b/src/main/asciidoc/preface.adoc index 5dab316..126d4ba 100644 --- a/src/main/asciidoc/preface.adoc +++ b/src/main/asciidoc/preface.adoc @@ -5,7 +5,7 @@ The Spring Data R2DBC project applies core Spring concepts to the development of We provide a `DatabaseClient` as a high-level abstraction for storing and querying rows. This document is the reference guide for Spring Data - R2DBC Support. -It explains R2DBC module concepts and semantics and. +It explains R2DBC module concepts and semantics. This section provides some basic introduction to Spring and databases. [[get-started:first-steps:spring]]