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/import_export.md | |
parent | eaba9adb03f0427ecf0a7a8b6937a6b82e134266 (diff) |
doc: end sentences with a period in examples (#7722)
Diffstat (limited to 'docs/examples/import_export.md')
-rw-r--r-- | docs/examples/import_export.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 |