Skip to content

Commit

Permalink
Fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Feb 12, 2025
1 parent 2af2f25 commit c34ec72
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
CssValueListItem,
Dialog,
DialogActions,
DialogClose,
DialogContent,
DialogDescription,
DialogTitle,
Expand Down Expand Up @@ -285,7 +284,7 @@ const VariablesItem = ({
paddingInline: theme.panel.paddingInline,
}).toString()}
>
This variable is used in {usageCount}{" "}
This variable is used in {usageCount} 
{usageCount === 1 ? "expression" : "expressions"}.
</DialogDescription>
<DialogActions>
Expand Down

0 comments on commit c34ec72

Please sign in to comment.