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/fetch_data.md | |
parent | eaba9adb03f0427ecf0a7a8b6937a6b82e134266 (diff) |
doc: end sentences with a period in examples (#7722)
Diffstat (limited to 'docs/examples/fetch_data.md')
-rw-r--r-- | docs/examples/fetch_data.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/fetch_data.md b/docs/examples/fetch_data.md index 4cd22bf2f..4b3dafce2 100644 --- a/docs/examples/fetch_data.md +++ b/docs/examples/fetch_data.md @@ -5,8 +5,8 @@ - Like browsers, Deno implements web standard APIs such as [fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API). - Deno is secure by default, meaning explicit permission must be granted to - access the network -- See also: Deno's [permissions](../getting_started/permissions.md) model + access the network. +- See also: Deno's [permissions](../getting_started/permissions.md) model. ## Overview |