From 73bb3155e6fda01bb43d3168e70c233dc30e7836 Mon Sep 17 00:00:00 2001
From: MikeyMJCO <mikey@mjco.uk>
Date: Fri, 12 Nov 2021 14:49:11 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 docs/drupal8/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/drupal8/index.md b/docs/drupal8/index.md
index 0d3d41f..de0d7d0 100644
--- a/docs/drupal8/index.md
+++ b/docs/drupal8/index.md
@@ -105,7 +105,7 @@ If you'd like more details to understand these commands or common errors, then p
     civicrm/civicrm-{core,packages,drupal-8}:'~5.42'
     ```
 
-    The expression `~5.42` is a version-constraint.  It means that composer will install *approximately* v`5.29`.  It may
+    The expression `~5.42` is a version-constraint.  It means that composer will install *approximately* v`5.42`.  It may
     install a newer patch-release (e.g.  `5.42.1`) or a newer minor-release (e.g.  `5.43.0`).  However, it will avoid
     major-releases (e.g. `6.0.0`).
 
-- 
GitLab