From d0eb179132c60a7c2513c9d19db03e3d5ca00c70 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Sat, 3 Oct 2020 13:19:11 -0700 Subject: docs: end sentences with a period in markdown (#7813) --- cli/dts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/dts') diff --git a/cli/dts/README.md b/cli/dts/README.md index f37c903df..006282a90 100644 --- a/cli/dts/README.md +++ b/cli/dts/README.md @@ -5,8 +5,8 @@ currently (unfortunately) have a rather manual process for upgrading TypeScript. It works like this currently: 1. Checkout typescript repo in a seperate directory. -2. Copy typescript.js into Deno repo -3. Copy d.ts files into dts directory +2. Copy typescript.js into Deno repo. +3. Copy d.ts files into dts directory. So that might look something like this: -- cgit v1.2.3