0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-29 08:58:01 -04:00

Fix small typo in the docs (#5310)

This commit is contained in:
Peter Indiola 2020-05-14 15:03:55 +08:00 committed by GitHub
parent c3a205bae8
commit 21a4e9cc58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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._