1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Fixed typo in understanding-github-code-search-syntax.md (#27374)

This commit is contained in:
cat pouch
2023-08-11 07:41:03 -07:00
committed by GitHub
parent 4b20502aaf
commit 14a0b02ba5

View File

@@ -75,7 +75,7 @@ To search for documents containing either one term or the other, you can use the
sparse OR index
```
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:
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:
```
"fatal error" NOT path:__testing__