summaryrefslogtreecommitdiff
path: root/docs/examples/file_server.md
diff options
context:
space:
mode:
authorTrivikram Kamat <16024985+trivikr@users.noreply.github.com>2020-09-27 10:49:41 -0700
committerGitHub <noreply@github.com>2020-09-27 13:49:41 -0400
commitd2fde8a363f1db9fd37b96b46260dcbf6c4d1b3e (patch)
tree63e876cd972e9d2de192408ba2aee3f508e1c461 /docs/examples/file_server.md
parenteaba9adb03f0427ecf0a7a8b6937a6b82e134266 (diff)
doc: end sentences with a period in examples (#7722)
Diffstat (limited to 'docs/examples/file_server.md')
-rw-r--r--docs/examples/file_server.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/file_server.md b/docs/examples/file_server.md
index 7235c84ad..57a6d710a 100644
--- a/docs/examples/file_server.md
+++ b/docs/examples/file_server.md
@@ -4,9 +4,9 @@
- Use the Deno standard library
[file_server.ts](https://deno.land/std@$STD_VERSION/http/file_server.ts) to
- run your own file server and access your files from your web browser
+ run your own file server and access your files from your web browser.
- Run [Deno install](../tools/script_installer.md) to install the file server
- locally
+ locally.
## Example