Skip to content

Commit

Permalink
more descriptive label
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Nov 26, 2024
1 parent b90f9ea commit 04316b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/Terminal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export default function Interpreter(): JSX.Element {
<div className={styles.term} />
{show_commands && (
<div className={styles.commands}>
<p>Commands:</p>
<p>Top-level Commands:</p>
<ul>
<li>
<button onClick={exec('source')}>source</button>
Expand Down

0 comments on commit 04316b0

Please sign in to comment.