Skip to content

Commit 86aa94e

Browse files
committed
Fix typos
1 parent 2190a88 commit 86aa94e

1 file changed

Lines changed: 7 additions & 10 deletions

File tree

en/docs/quick-start-guides/configure-runtime-argument-schema.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ description: Define structured runtime argument input forms for automations usin
44
---
55

66
## Prerequisite
7-
1. Create or import an automation. See [Schedule Your First Automation](schedule-your-first-automation.md).
87

8+
1. Create or import an automation. See [Schedule Your First Automation](schedule-your-first-automation.md).
99

10-
=== "WSO2 Integrator: BI"
11-
## WSO2 Integrator: BI
10+
=== "WSO2 Integrator: BI" ## WSO2 Integrator: BI
1211

1312
Devant derives the runtime argument schema from configured Ballerina entry/startup parameters and auto-generates `component-model.json`.
1413

@@ -31,7 +30,7 @@ description: Define structured runtime argument input forms for automations usin
3130

3231
### Step 4: Verify the generated runtime argument form
3332

34-
1. In Devant, got to automation **Overview** page, click **Test with Arguments**.
33+
1. In Devant, go to the automation **Overview** page, click **Test with Arguments**.
3534

3635
<div style="width: 100%;">
3736
![Open generated runtime argument form](../../assets/img/get-started/configure-runtime-argument-schema/runtime-args-bi-trigger.gif)
@@ -45,10 +44,8 @@ description: Define structured runtime argument input forms for automations usin
4544
- `decimal`
4645
- `byte`
4746

48-
49-
=== "component.yaml (v1.2)"
50-
## component.yaml (v1.2)
51-
Define runtimeArguments in .choreo/component.yaml to render a structured, validated runtime argument form in Devant.
47+
=== "component.yaml (v1.2)" ## component.yaml (v1.2)
48+
Define runtimeArguments in .choreo/component.yaml to render a structured, validated runtime argument form in Devant.
5249

5350
### Step 1: Create or update `.choreo/component.yaml`
5451

@@ -67,7 +64,7 @@ description: Define structured runtime argument input forms for automations usin
6764

6865
### Step 4: Verify the generated runtime argument form
6966

70-
1. In Devant, got to automation **Overview** page, click **Test with Arguments**.
67+
1. In Devant, go to the automation **Overview** page, click **Test with Arguments**.
7168

7269
### Supported argument types
7370

@@ -216,7 +213,7 @@ description: Define structured runtime argument input forms for automations usin
216213
`enum` arguments render as dropdowns and values are validated against the `values` list.
217214

218215
### UI behavior
219-
When a valid runtime argument schema is available, Devant renders typed input fields, enum dropdowns, repeat controls, and pre-execution validation.
216+
When a valid runtime argument schema is available, Devant renders typed input fields, enum dropdowns, repeat controls, and pre-execution validation.
220217
If no schema is available, Devant falls back to generic argument input.
221218

222219
### Current limitations

0 commit comments

Comments
 (0)