We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4be48 commit d5ef89fCopy full SHA for d5ef89f
README.md
@@ -337,7 +337,7 @@ A number indicating the level of optimization that should be done
337
to the pattern prior to parsing and using it for matches.
338
339
Globstar parts `**` are always converted to `*` when `noglobstar`
340
-is set, and multiple adjascent `**` parts are converted into a
+is set, and multiple adjacent `**` parts are converted into a
341
single `**` (ie, `a/**/**/b` will be treated as `a/**/b`, as this
342
is equivalent in all cases).
343
0 commit comments