From 084275a9b68c9a0154c377d1103b6c07f7b583a6 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 10 Nov 2024 21:53:20 +0900 Subject: [PATCH] docs: update migration_guide.md (#2480) minor textual fix --- docs/migration_guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/migration_guide.md b/docs/migration_guide.md index 019695a118b..1c0d64afd1a 100644 --- a/docs/migration_guide.md +++ b/docs/migration_guide.md @@ -12,8 +12,8 @@ _This guide is a work in progress. The development of it is tracked in [Issue #2 ### Upgrade strategy We recommend the following upgrade strategy: -- Update the the latest Mesa 2.x release (`mesa<3`). -- Update the the latest Mesa 3.0.x release (`mesa<3.1`). +- Update to the latest Mesa 2.x release (`mesa<3`). +- Update to the latest Mesa 3.0.x release (`mesa<3.1`). - Update to the latest Mesa 3.x release (`mesa<4`). With each update, resolve all errors and warnings, before updating to the next one.