From 499b3658504e9d745943a995ff53af2edc6d8fa2 Mon Sep 17 00:00:00 2001 From: tokiedokie <42903136+tokiedokie@users.noreply.github.com> Date: Mon, 10 Aug 2020 20:19:12 +0900 Subject: [PATCH] fix: move `deno info` and `deno fmt` into InlineCode tag (#1453) --- pages/index.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index 655502f70..17ab5c5d7 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -56,8 +56,9 @@ for await (const req of s) {
  • Supports TypeScript out of the box.
  • Ships only a single executable file.
  • - Has built-in utilities like a dependency inspector (deno info) and - a code formatter (deno fmt). + Has built-in utilities like a dependency inspector ( + deno info) and a code formatter ( + deno fmt).
  • Has a set of reviewed (audited) standard modules that are