From 8ceb165e5d1dc0c8d417e42ffc3a26e8f5a62a03 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Sun, 27 Sep 2020 23:01:32 -0700 Subject: docs: end sentences with a period in docs (#7730) --- docs/linking_to_external_code/import_maps.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/linking_to_external_code/import_maps.md') 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=` 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: -- cgit v1.2.3