From b4b79865254be8a71d24eef5b5958c625d7d2f5d Mon Sep 17 00:00:00 2001 From: Tobias Haindl <37791246+tobHai@users.noreply.github.com> Date: Mon, 24 Oct 2022 20:56:53 +0200 Subject: [PATCH] GH-55 - Fix typo in reference documentation. --- src/docs/asciidoc/00-preface.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/00-preface.adoc b/src/docs/asciidoc/00-preface.adoc index 8b158edf..683de2f9 100644 --- a/src/docs/asciidoc/00-preface.adoc +++ b/src/docs/asciidoc/00-preface.adoc @@ -14,7 +14,7 @@ == Using Spring Modulith Spring Modulith consists of a set of libraries that can be used individually and depending on which features of it you would like to use. -To ease the declaration of the individual modules, we recommend to declare the following BOM in you Maven POM: +To ease the declaration of the individual modules, we recommend to declare the following BOM in your Maven POM: .Using the Spring Modulith BOM [source, xml, subs="+attributes"]