This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/isis-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new ebe560e patching typos
ebe560e is described below
commit ebe560e0b3e9427e280587b5afd50cb03d279d86
Author: danhaywood <[email protected]>
AuthorDate: Wed Oct 13 10:06:20 2021 +0200
patching typos
---
content/tutorials/2.0.0-M6/petclinic/040-pet-entity.html | 4 ++--
content/tutorials/2.0.0-M6/petclinic/050-visit-entity.html | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/content/tutorials/2.0.0-M6/petclinic/040-pet-entity.html
b/content/tutorials/2.0.0-M6/petclinic/040-pet-entity.html
index 9b13f46..1758756 100644
--- a/content/tutorials/2.0.0-M6/petclinic/040-pet-entity.html
+++ b/content/tutorials/2.0.0-M6/petclinic/040-pet-entity.html
@@ -1311,8 +1311,8 @@ This can be done by changing some configuration
properties:</p>
<pre class="highlightjs highlight"><code class="language-yaml hljs"
data-lang="yaml">isis:
viewer:
wicket:
- max-title-length-in-standalone-tables: 15
- max-title-length-in-parented-tables: 15</code></pre>
+ max-title-length-in-standalone-tables: 10
+ max-title-length-in-parented-tables: 10</code></pre>
</div>
</div>
<div class="paragraph">
diff --git a/content/tutorials/2.0.0-M6/petclinic/050-visit-entity.html
b/content/tutorials/2.0.0-M6/petclinic/050-visit-entity.html
index 9719de7..adf337e 100644
--- a/content/tutorials/2.0.0-M6/petclinic/050-visit-entity.html
+++ b/content/tutorials/2.0.0-M6/petclinic/050-visit-entity.html
@@ -624,7 +624,7 @@ mvn -pl spring-boot:run</code></pre>
<p>A new <code>petclinic-module-visits</code> maven module has been created</p>
</li>
<li>
-<p>its <code>pom.xml</code> declares a dependency on the
<code>`petclinic-module-visits</code> maven module</p>
+<p>its <code>pom.xml</code> declares a dependency on the
<code>`petclinic-module-pets</code> maven module</p>
</li>
<li>
<p>the top-level pom.xml declares the new Maven module and references it</p>