Skip to content

Commit 04316b0

Browse files
committed
more descriptive label
1 parent b90f9ea commit 04316b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/components/Terminal/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export default function Interpreter(): JSX.Element {
165165
<div className={styles.term} />
166166
{show_commands && (
167167
<div className={styles.commands}>
168-
<p>Commands:</p>
168+
<p>Top-level Commands:</p>
169169
<ul>
170170
<li>
171171
<button onClick={exec('source')}>source</button>

0 commit comments

Comments
 (0)