diff options
author | Trivikram Kamat <16024985+trivikr@users.noreply.github.com> | 2020-09-27 23:01:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-28 16:01:32 +1000 |
commit | 8ceb165e5d1dc0c8d417e42ffc3a26e8f5a62a03 (patch) | |
tree | f21e67d6ac5f2e567cda6b0f2baec78ce930a777 /docs/getting_started/debugging_your_code.md | |
parent | 1437838ea19bf2e33f28ed4d30b1aa7c5aa5286e (diff) |
docs: end sentences with a period in docs (#7730)
Diffstat (limited to 'docs/getting_started/debugging_your_code.md')
-rw-r--r-- | docs/getting_started/debugging_your_code.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting_started/debugging_your_code.md b/docs/getting_started/debugging_your_code.md index 920f55624..c35c30d28 100644 --- a/docs/getting_started/debugging_your_code.md +++ b/docs/getting_started/debugging_your_code.md @@ -141,5 +141,5 @@ Deno process. Devtools support is still immature. There is some functionality that is known to be missing or buggy: -- autocomplete in Devtools' console causes the Deno process to exit -- profiling and memory dumps might not work correctly +- autocomplete in Devtools' console causes the Deno process to exit. +- profiling and memory dumps might not work correctly. |