From d9f82f8f6a015b8a375a92c3552dba67ff04e9db Mon Sep 17 00:00:00 2001 From: Sebastien Deleuze Date: Fri, 11 May 2018 20:30:48 +0200 Subject: [PATCH] Fix typos --- README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index ce0ce63..b4fa3be 100644 --- a/README.adoc +++ b/README.adoc @@ -389,7 +389,7 @@ data class User( val description: String? = null) ---- -Optional parameters with default values are defined at the last position in order to make in possible to omit them when using positional arguments (Kotlin also supports https://kotlinlang.org/docs/reference/functions.html#named-arguments[named arguments]). Notice that in Kotlin it is not unusual to group concise class declarations in the same file. +Optional parameters with default values are defined at the last position in order to make it possible to omit them when using positional arguments (Kotlin also supports https://kotlinlang.org/docs/reference/functions.html#named-arguments[named arguments]). Notice that in Kotlin it is not unusual to group concise class declarations in the same file. We also declares our Spring Data JPA repositories as following. @@ -546,9 +546,9 @@ We update the "blog" Mustache templates. {{> footer}} ---- -And we create an "article new one". +And we create an "article" new one. -`src/main/resources/templates/blog.mustache` +`src/main/resources/templates/article.mustache` [source] ---- {{> header}}