Skip to content

Commit f655e31

Browse files
animatorCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent 219a0bc commit f655e31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/user_guide/dashbot_user_guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -526,18 +526,18 @@ The generated tests provide enterprise-level quality assurance with minimal setu
526526
## Generate Code
527527
Get runnable code samples for the current request in popular languages.
528528

529-
Workflow
529+
Workflow:
530530
1) Choose “Generate Code”.
531531
2) Select a language from the buttons (JavaScript, Python, Dart, Go, cURL).
532532
3) Dashbot returns a code block. Copy it and run in your environment.
533533

534-
What you get
534+
What you get:
535535
- Minimal script that sends your request
536536
- Respect for method/URL/headers/params/body
537537
- Basic error handling and printing of status/body
538538
- Notes about any required libraries (with install commands) when applicable
539539

540-
Tips
540+
Tips:
541541
- Replace placeholders (API keys/tokens) with real values.
542542
- Verify content types and body structures match your API.
543543

0 commit comments

Comments
 (0)