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/linking_to_external_code/import_maps.md | |
parent | 1437838ea19bf2e33f28ed4d30b1aa7c5aa5286e (diff) |
docs: end sentences with a period in docs (#7730)
Diffstat (limited to 'docs/linking_to_external_code/import_maps.md')
-rw-r--r-- | docs/linking_to_external_code/import_maps.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/linking_to_external_code/import_maps.md b/docs/linking_to_external_code/import_maps.md index 6954019c2..4ddbdbc10 100644 --- a/docs/linking_to_external_code/import_maps.md +++ b/docs/linking_to_external_code/import_maps.md @@ -9,10 +9,10 @@ You can use import maps with the `--importmap=<FILE>` CLI flag. Current limitations: -- single import map -- no fallback URLs -- Deno does not support `std:` namespace -- supports only `file:`, `http:` and `https:` schemes +- single import map. +- no fallback URLs. +- Deno does not support `std:` namespace. +- supports only `file:`, `http:` and `https:` schemes. Example: |