Skip to content

Commit e738e60

Browse files
authored
fix typo
1 parent d248514 commit e738e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/searching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The **Filters** list is a space-separated list of wildcard expressions that cmd.
123123
* `!\tests` will not search any files in the `tests` folder
124124
* `!\bin*` will not search any files in the `bin` folder or `bin64` folder (or any other directory that matches `bin*`)
125125
* `!+\log*` will _recursively_ not search any files in folders that start with log (so directories like `.\log`, `.\logs`, `.\other\logfiles`, `.\many\layers\deep\log` will all be excluded from the search)
126-
* As of Noteoad++ v8.2, if you hover your cursor over the **Filters:** label, a helpful popup will show example syntax for you
126+
* As of Notepad++ v8.2, if you hover your cursor over the **Filters:** label, a helpful popup will show example syntax for you
127127
* Please also note that the PathMatchSpec() Windows API is being used for the **Filters**, as its behavior departs from cmd.exe wildcard parsing sometimes.
128128

129129
The **Directory** is the containing folder for where to search. It has three options that affect its behavior:

0 commit comments

Comments
 (0)