From 648272c635da89fe42bca240919a4b5b1f2507f7 Mon Sep 17 00:00:00 2001 From: ravindudanthanarayana Date: Sun, 28 Jun 2026 01:00:20 +0530 Subject: [PATCH] docs: remove extra space in XML mutation guide Signed-off-by: ravindudanthanarayana --- en/docs/develop/transform/xml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/docs/develop/transform/xml.md b/en/docs/develop/transform/xml.md index 9ffcd35237d..749a76e40dc 100644 --- a/en/docs/develop/transform/xml.md +++ b/en/docs/develop/transform/xml.md @@ -271,7 +271,7 @@ Modify XML structures by updating child elements or attributes. XML mutation is -1. **Add a Variable**: Create a **Declare Variable** with the type set to `xml:Element` and initialize it using an XML literal. +1. **Add a Variable**: Create a **Declare Variable** with the type set to `xml:Element` and initialize it using an XML literal. 2. **Mutate the XML element**: Click **+** and select **Call Function**. In the right-side panel, search for `setChildren` and select it from the `lang.xml` module. Provide `doc` as the target and the replacement XML literal as the argument.