From b50d6669a8b491edf07602c0528d26abe8985536 Mon Sep 17 00:00:00 2001
From: marbocub <marbocub@gmail.com>
Date: Sun, 7 Jan 2024 07:26:48 +0900
Subject: [PATCH] docs: Fix typo in Bed_Mesh.md (#6450)

the meaning and the illustration shows 13x9 mesh however the text was 13x8.

Signed-off-by: Mitsunori YOSHIDA <marbocub@gmail.com>
---
 docs/Bed_Mesh.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Bed_Mesh.md b/docs/Bed_Mesh.md
index e759f961d..d2a417dd4 100644
--- a/docs/Bed_Mesh.md
+++ b/docs/Bed_Mesh.md
@@ -142,7 +142,7 @@ bicubic_tension: 0.2
   integer pair, and also may be specified a single integer that is applied
   to both axes.  In this example there are 4 segments along the X axis
   and 2 segments along the Y axis.  This evaluates to 8 interpolated
-  points along X, 6 interpolated points along Y, which results in a 13x8
+  points along X, 6 interpolated points along Y, which results in a 13x9
   mesh.  Note that if mesh_pps is set to 0 then mesh interpolation is
   disabled and the probed matrix will be sampled directly.