diff --git a/content/search-github/github-code-search/understanding-github-code-search-syntax.md b/content/search-github/github-code-search/understanding-github-code-search-syntax.md index 471bfb78003f..7bc253223006 100644 --- a/content/search-github/github-code-search/understanding-github-code-search-syntax.md +++ b/content/search-github/github-code-search/understanding-github-code-search-syntax.md @@ -60,7 +60,7 @@ To search for a phrase containing a quotation mark, you can escape the quotation You can also use quoted strings in qualifiers, for example: ``` -path: git language: "protocol buffers" +path:git language:"protocol buffers" ``` ## Using boolean operations