From d0eb179132c60a7c2513c9d19db03e3d5ca00c70 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Sat, 3 Oct 2020 13:19:11 -0700 Subject: docs: end sentences with a period in markdown (#7813) --- std/path/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/path') diff --git a/std/path/README.md b/std/path/README.md index 9a9361f87..88fcc227c 100644 --- a/std/path/README.md +++ b/std/path/README.md @@ -18,5 +18,5 @@ globToRegExp("foo/**/*.json", { flags: "g", extended: true, globstar: true, -}); // returns the regex to find all .json files in the folder foo +}); // returns the regex to find all .json files in the folder foo. ``` -- cgit v1.2.3