Skip to content

Add missing space in help text of Variables Editor window#7871

Merged
naman-bruno merged 1 commit into
usebruno:mainfrom
ryanjbonnell:ryanjbonnell-patch-1
Apr 28, 2026
Merged

Add missing space in help text of Variables Editor window#7871
naman-bruno merged 1 commit into
usebruno:mainfrom
ryanjbonnell:ryanjbonnell-patch-1

Conversation

@ryanjbonnell
Copy link
Copy Markdown
Contributor

@ryanjbonnell ryanjbonnell commented Apr 28, 2026

fixes: #7870

Description

This pull request fixes #7870 by updating the help text in the Variables Editor to add a missing space (see attached screenshot).

Contribution Checklist:

  • The pull request only addresses one issue or adds one feature.
  • The pull request does not introduce any breaking changes
  • I have added screenshots or gifs to help explain the change if applicable.
  • I have read the contribution guidelines.
  • Create an issue and link to the pull request.
variables

Summary by CodeRabbit

  • Style
    • Improved spacing in the VariablesEditor information display for better readability.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 28, 2026

Walkthrough

The PR addresses a missing space in the VariablesEditor component's informational note. The fix adjusts JSX whitespace rendering around the {{var}} syntax token, correcting the displayed help text from "the{{var}}" to "the {{var}}".

Changes

Cohort / File(s) Summary
Spacing Fix
packages/bruno-app/src/components/VariablesEditor/index.js
Adjusts JSX whitespace literal around the {{var}} syntax in the help text note.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • bijin-bruno
  • lohit-bruno
  • naman-bruno

Poem

A space finds its place in the editor's bright light,
Between "the" and "{{var}}", now perfectly right!
One character swap, a fix clean and small,
The help text reads right—no more spacing sprawl! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The PR title accurately describes the main change: adding a missing space in the Variables Editor help text, matching the changeset scope.
Linked Issues check ✅ Passed The PR directly addresses issue #7870 by inserting the missing space between 'the' and '{{var}}' in the help text, resolving the reported UI text bug.
Out of Scope Changes check ✅ Passed The changeset is limited to the single file modification for adding the missing space in help text, with no extraneous changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Pragadesh44-Bruno Pragadesh44-Bruno self-assigned this Apr 28, 2026
@naman-bruno naman-bruno merged commit 7febeba into usebruno:main Apr 28, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing Space in Variables Editor Help Text

3 participants