Skip to content

Commit ef5ef49

Browse files
authored
Merge pull request #479 from dancer1325/patch-2
docs: fix example as subsection of debugging variables
2 parents 3bd9576 + a834965 commit ef5ef49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/variables/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The pattern follows `bru.get[Type]Var(key)` where:
102102
- `[Type]` is the variable type (Runtime, Request, Folder, etc.)
103103
- `key` is the variable name you want to access
104104

105-
### Example:
105+
#### Example:
106106

107107
```javascript
108108
// Basic syntax: console.log(bru.get[Type]Var(key))

0 commit comments

Comments
 (0)