diff --git a/packages/bruno-app/src/components/VariablesEditor/index.js b/packages/bruno-app/src/components/VariablesEditor/index.js index 3e8e3e100..8089ad49d 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.