We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a87bffe commit 79abeb1Copy full SHA for 79abeb1
docs/src/components/CliInvocationExample.tsx
@@ -51,7 +51,7 @@ const CliInvocationExampleInner: React.FC<CliInvocationExampleProps> = (props) =
51
</div>
52
{command && result && (
53
<div className="cli-invocation-example-result">
54
- <CodeBlock language={language} {...extraProps}>
+ <CodeBlock language="text" {...extraProps}>
55
{result || 'Loading...'}
56
</CodeBlock>
57
0 commit comments