From a66e5fbce3c86c6ee842ad695690f0f9f789e5f5 Mon Sep 17 00:00:00 2001
From: SURAJ39 <90123732+SURAJ39@users.noreply.github.com>
Date: Sat, 22 Oct 2022 02:56:19 +0530
Subject: [PATCH] added content to 103-glob.md (#2679)
---
.../content/105-nodejs-working-with-files/103-glob.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/103-glob.md b/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/103-glob.md
index d4cc4ba5f..f22a53665 100644
--- a/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/103-glob.md
+++ b/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/103-glob.md
@@ -1,7 +1,6 @@
# Glob
-Glob matching, or globbing, is a programming approach that entails using wildcards or glob patterns to specify or match filenames or a set of arbitrary strings.
+The glob pattern is most commonly used to specify filenames, called wildcard characters, and strings, called wildcard matching.
Free Content
-Understanding Glob
-Wikipedia
+NPM Glob