From 7febebace5935fa52c8c5803d7845bc202aea0ee Mon Sep 17 00:00:00 2001 From: ryanjbonnell Date: Tue, 28 Apr 2026 02:37:03 -0700 Subject: [PATCH] Merge pull request #7871 from ryanjbonnell/ryanjbonnell-patch-1 Add missing space in help text of Variables Editor window --- packages/bruno-app/src/components/VariablesEditor/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bruno-app/src/components/VariablesEditor/index.js b/packages/bruno-app/src/components/VariablesEditor/index.js index 8089ad49d..8b4d21137 100644 --- a/packages/bruno-app/src/components/VariablesEditor/index.js +++ b/packages/bruno-app/src/components/VariablesEditor/index.js @@ -99,7 +99,7 @@ const VariablesEditor = ({ collection }) => {
Note: As of today, runtime variables can only be set via the API - getVar(){' '} and setVar().
- You can use the var variable with the{' '} + You can use the var variable with the {' '} {'{{var}}'} syntax.