Skip to content

Commit

Permalink
fix: typo in cli feature card ✏️
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemmahlees committed Aug 31, 2024
1 parent fac98d5 commit 1278f4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/src/sections/Features/cards/cli.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ const CLI = () => {
<div className="h-2 w-2 rounded-full bg-green-500"></div>
</div>
<p className="flex items-center gap-x-3">
<span className="text-muted-foreground">$</span> <pre>table --help</pre>
<span className="text-muted-foreground">$</span>{" "}
<pre>tablex --help</pre>
</p>
<pre className="text-muted-foreground space-y-1 text-sm">
<span>Table Viewer for modern developers.</span>
Expand Down

0 comments on commit 1278f4c

Please sign in to comment.