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/file_system_events.md | |
parent | eaba9adb03f0427ecf0a7a8b6937a6b82e134266 (diff) |
doc: end sentences with a period in examples (#7722)
Diffstat (limited to 'docs/examples/file_system_events.md')
-rw-r--r-- | docs/examples/file_system_events.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/file_system_events.md b/docs/examples/file_system_events.md index 1d483b4a0..ba61d9284 100644 --- a/docs/examples/file_system_events.md +++ b/docs/examples/file_system_events.md @@ -3,8 +3,8 @@ ## Concepts - Use [Deno.watchFs](https://doc.deno.land/builtin/stable#Deno.watchFs) to watch - for file system events -- Results may vary between operating systems + for file system events. +- Results may vary between operating systems. ## Example |