summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Indiola <pindiola@gmail.com>2020-05-14 15:03:55 +0800
committerGitHub <noreply@github.com>2020-05-14 09:03:55 +0200
commit21a4e9cc58aeed55cb597d2f986cca56f0aec819 (patch)
treee9c827c7fd163b3f9e3b6b985c7e04b4d6023e03
parentc3a205bae854edc02f10bcaa292b0e2694baabc8 (diff)
Fix small typo in the docs (#5310)
-rw-r--r--docs/tools/debugger.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tools/debugger.md b/docs/tools/debugger.md
index c4136806c..11814c054 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._