From 21a4e9cc58aeed55cb597d2f986cca56f0aec819 Mon Sep 17 00:00:00 2001 From: Peter Indiola Date: Thu, 14 May 2020 15:03:55 +0800 Subject: [PATCH] Fix small typo in the docs (#5310) --- docs/tools/debugger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/debugger.md b/docs/tools/debugger.md index c4136806c8..11814c054a 100644 --- a/docs/tools/debugger.md +++ b/docs/tools/debugger.md @@ -47,7 +47,7 @@ tree: ![Open file_server.ts](../images/debugger3.jpg) -_Looking closesly you'll find duplicate entries for each file; one written +_Looking closely you'll find duplicate entries for each file; one written regularly and one in italics. The former is compiled source file (so in case of `.ts` files it will be emitted JavaScript source), while the latter is a source map for the file._