From 93aa20721ff88d5b82972b3dbc2619b604237b4d Mon Sep 17 00:00:00 2001 From: Katrina Prosise Date: Wed, 30 Aug 2023 06:25:48 -0400 Subject: [PATCH] Reduce wordiness instance Shortened a sentence where a noun is used twice. QA steps: Checked rendered html in browser, no issues. No Issues to link, small fix. Signed-off-by: Katrina Prosise --- source/user-guide/container-preloading/container-preloading.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/user-guide/container-preloading/container-preloading.rst b/source/user-guide/container-preloading/container-preloading.rst index c785b58b0..d04df5aa5 100644 --- a/source/user-guide/container-preloading/container-preloading.rst +++ b/source/user-guide/container-preloading/container-preloading.rst @@ -57,7 +57,7 @@ making sure to set the appropriate values for ``app_type`` and ``oe_builtin`` (s - ``app_type`` - Defines the type of Apps to preload. If not defined, or set to an empty value, the ``app_type`` preload will depend on the LmP version. If the LmP version is **v85** or newer, then `restorable` type is preloaded, otherwise `compose` type is used. - See :ref:`ug-restorable-apps` for more details on Restorable Apps. + See :ref:`ug-restorable-apps`. - ``oe_builtin`` - *Optional*: Preload Apps during an OE build CI run. Should be left disabled/undefined for most machines. .. note::