Skip to content

Commit 14a0b02

Browse files
authored
Fixed typo in understanding-github-code-search-syntax.md (#27374)
1 parent 4b20502 commit 14a0b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/search-github/github-code-search/understanding-github-code-search-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To search for documents containing either one term or the other, you can use the
7575
sparse OR index
7676
```
7777

78-
To exclude files from your search results, you can use the `NOT` operator. For example, to exclude file in the `__testing__` directory, you can search:
78+
To exclude files from your search results, you can use the `NOT` operator. For example, to exclude files in the `__testing__` directory, you can search:
7979

8080
```
8181
"fatal error" NOT path:__testing__

0 commit comments

Comments
 (0)