Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
fix: move deno info and deno fmt into InlineCode tag (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
tokiedokie committed Aug 10, 2020
1 parent 868a5eb commit 499b365
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pages/index.tsx
Expand Up @@ -56,8 +56,9 @@ for await (const req of s) {
<li>Supports TypeScript out of the box.</li>
<li>Ships only a single executable file.</li>
<li>
Has built-in utilities like a dependency inspector (deno info) and
a code formatter (deno fmt).
Has built-in utilities like a dependency inspector (
<InlineCode>deno info</InlineCode>) and a code formatter (
<InlineCode>deno fmt</InlineCode>).
</li>
<li>
Has a set of reviewed (audited) standard modules that are
Expand Down

0 comments on commit 499b365

Please sign in to comment.