Skip to content

Commit a30dd15

Browse files
Copilot missed closing out a code block
Fixes issue introduced in #561
1 parent 306620a commit a30dd15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/components/AssemblyLine/magic_variables.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,8 @@ Currently defaults to `True` (screen reader enabled). Set to `False` in a `manda
462462
mandatory: True
463463
code: |
464464
speak_text = False
465+
```
466+
465467
## Run-time options
466468

467469
These options are ones that you can sometimes configure when you author the
@@ -629,4 +631,4 @@ to `plaintiffs`, `petitioners`, `defendants`, and `respondents` dynamically.
629631

630632
## See also
631633

632-
- [List of reserved variable names](reserved_keywords.md)
634+
- [List of reserved variable names](reserved_keywords.md)

0 commit comments

Comments
 (0)