From d2fde8a363f1db9fd37b96b46260dcbf6c4d1b3e Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Sun, 27 Sep 2020 10:49:41 -0700 Subject: doc: end sentences with a period in examples (#7722) --- docs/examples/import_export.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/examples/import_export.md') diff --git a/docs/examples/import_export.md b/docs/examples/import_export.md index e036f874d..e87980bc7 100644 --- a/docs/examples/import_export.md +++ b/docs/examples/import_export.md @@ -5,10 +5,10 @@ - [import](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import) allows you to include and use modules held elsewhere, on your local file system or remotely. -- Imports are URLs or file system paths +- Imports are URLs or file system paths. - [export](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export) allows you to specify which parts of your module are accessible to users who - import your module + import your module. ## Overview -- cgit v1.2.3