summaryrefslogtreecommitdiff
path: root/docs/tools/debugger.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tools/debugger.md')
-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._