Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Aug 2, 2024
1 parent 6c86650 commit a3d3445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ export default function Editor({
className="code-run-button"
aria-label={`Re-run ${
isShinyApp ? "app" : "code"
} (${modKeySymbol()})-Shift-Enter`}
} (${modKeySymbol()}-Shift-Enter)`}
data-balloon-pos="down"
onClick={() => runAllAuto.current()}
>
Expand Down

0 comments on commit a3d3445

Please sign in to comment.