diff mbox series

migration-guide: 5.1: Fix typo

Message ID 20260625095154.3878438-1-jaekyu.lee@lge.com
State Under Review
Headers show
Series migration-guide: 5.1: Fix typo | expand

Commit Message

Jaekyu Lee June 25, 2026, 9:51 a.m. UTC
From: "jaekyu.lee" <jaekyu.lee@lge.com>

- Change do_compile to do_configure

Signed-off-by: jaekyu.lee <jaekyu.lee@lge.com>
---
 documentation/migration-guides/migration-5.1.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/documentation/migration-guides/migration-5.1.rst b/documentation/migration-guides/migration-5.1.rst
index 94b527bdc..70e034bc8 100644
--- a/documentation/migration-guides/migration-5.1.rst
+++ b/documentation/migration-guides/migration-5.1.rst
@@ -23,7 +23,7 @@  supported, and an error will be issued. The recipe should be changed to::
     S = "${UNPACKDIR}"
 
 Any :term:`WORKDIR` references where files from :term:`SRC_URI` are referenced
-should be changed to :term:`S`. These are commonly in :ref:`ref-tasks-compile`,
+should be changed to :term:`S`. These are commonly in :ref:`ref-tasks-configure`,
 :ref:`ref-tasks-compile`, :ref:`ref-tasks-install` and :term:`LIC_FILES_CHKSUM`.
 
 :term:`WORKDIR` references in recipes