From d2730f6fc4a96432b4f872c404dab1f31a62e279 Mon Sep 17 00:00:00 2001 From: Sebastien Deleuze Date: Fri, 15 Feb 2019 18:41:19 +0100 Subject: [PATCH] Polishing --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 1c9f63a..662a9ca 100644 --- a/README.adoc +++ b/README.adoc @@ -531,7 +531,7 @@ fun String.toSlug() = toLowerCase() .replace("-+".toRegex(), "-") ---- -We will leverage this extension in the next section. +We will leverage these extensions in the next section. == Persistence with JPA