File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/web/src/app/[domain]/search/components Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ export const SearchLandingPage = async ({
9494 < Query query = "repo:torvalds/linux test" domain = { domain } > < Highlight > repo:</ Highlight > torvalds/linux test</ Query > < QueryExplanation > (by repo)</ QueryExplanation >
9595 </ QueryExample >
9696 < QueryExample >
97- < Query query = "lang:typescript " domain = { domain } > < Highlight > lang:</ Highlight > typescript </ Query > < QueryExplanation > (by language)</ QueryExplanation >
97+ < Query query = "lang:TypeScript " domain = { domain } > < Highlight > lang:</ Highlight > TypeScript </ Query > < QueryExplanation > (by language)</ QueryExplanation >
9898 </ QueryExample >
9999 < QueryExample >
100100 < Query query = "rev:HEAD" domain = { domain } > < Highlight > rev:</ Highlight > HEAD</ Query > < QueryExplanation > (by branch or tag)</ QueryExplanation >
You can’t perform that action at this time.
0 commit comments