diff options
author | Trivikram Kamat <16024985+trivikr@users.noreply.github.com> | 2020-09-27 10:49:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-27 13:49:41 -0400 |
commit | d2fde8a363f1db9fd37b96b46260dcbf6c4d1b3e (patch) | |
tree | 63e876cd972e9d2de192408ba2aee3f508e1c461 /docs/examples/manage_dependencies.md | |
parent | eaba9adb03f0427ecf0a7a8b6937a6b82e134266 (diff) |
doc: end sentences with a period in examples (#7722)
Diffstat (limited to 'docs/examples/manage_dependencies.md')
-rw-r--r-- | docs/examples/manage_dependencies.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/manage_dependencies.md b/docs/examples/manage_dependencies.md index 357eccb4b..ed5df9710 100644 --- a/docs/examples/manage_dependencies.md +++ b/docs/examples/manage_dependencies.md @@ -2,7 +2,7 @@ ## Concepts -- Deno uses URLs for dependency management +- Deno uses URLs for dependency management. - One convention places all these dependent URLs into a local `deps.ts` file. Functionality is then exported out of `deps.ts` for use by local modules. - Continuing this convention, dev only dependencies can be kept in a |