Commit 3f5b2de
authored
fix(docs): add missing line break so the step title and description a… (#2391)
## Issue Link / Problem Description
No related issue.
There was a formatting problem in the documentation: the step title and
its description were merged together due to a missing line break.
## Changes Made
Added a line break between the step title and description in the
documentation to improve readability.
## Testing
Manual testing steps:
Open the documentation file and check that Step 3's title and
description are separated.
Visually confirm the formatting is now correct.
## References
Screenshot
## Screenshots/Examples
<img width="789" height="388" alt="Screenshot_57"
src="https://github.com/user-attachments/assets/da31faef-d111-453c-b599-d768112c7ed6"
/>1 parent 58f20a6 commit 3f5b2de
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
94 | | - | |
| 95 | + | |
0 commit comments