From c4823f80cdf0783938df8afd6f5ea301caca614b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Sep 2021 09:18:04 +0200 Subject: [PATCH] Polish "Fix some typos in docs" See gh-27968 --- .../spring-boot-docs/src/docs/asciidoc/documentation/data.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/documentation/data.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/documentation/data.adoc index 57799527fb..e72b9a2b5f 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/documentation/data.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/documentation/data.adoc @@ -2,5 +2,5 @@ == Data If your application deals with a datastore, you can see how to configure that here: -* *SQL:* <> +* *SQL:* <> * *NOSQL:* <>