Skip to content

Commit c7fe32f

Browse files
committed
fix: Remove extra closing code block from dynamic variables documentation
1 parent 303c0f6 commit c7fe32f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fern/assistants/dynamic-variables.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ Outputs: `Monday, January 01, 2024, 03:45 PM`
116116
| `%H:%M` | 15:45 | 24-hour time |
117117
| `%A` | Monday | Day of week |
118118
| `%b %d, %Y` | Jan 01, 2024 | Abbrev. Month Day |
119-
```
120119

121120
## Using dynamic variables in the dashboard
122121

@@ -131,4 +130,3 @@ When you start a call, you must provide a value for each variable (like `name`)
131130
<Note>
132131
Always use double curly braces (`{{variableName}}`) to reference dynamic variables in your prompts and messages.
133132
</Note>
134-
</rewritten_file>

0 commit comments

Comments
 (0)