We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90f9ea commit 04316b0Copy full SHA for 04316b0
docs/src/components/Terminal/index.tsx
@@ -165,7 +165,7 @@ export default function Interpreter(): JSX.Element {
165
<div className={styles.term} />
166
{show_commands && (
167
<div className={styles.commands}>
168
- <p>Commands:</p>
+ <p>Top-level Commands:</p>
169
<ul>
170
<li>
171
<button onClick={exec('source')}>source</button>
0 commit comments