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/file_server.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/examples/file_server.md') 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 -- cgit v1.2.3