Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hina Shah committed Oct 11, 2024
1 parent ca5ada3 commit f70ec5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/search/concept-modal/tabs/explanation.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const ExplanationTab = ({ result }) => {
const [fieldMatchName, fieldMatchDescription] = (
fieldMatch === "name" ? ["Concept Name", "Contribution to the score because the search query matched this concept's name"]
: fieldMatch === "description" ? ["Description", "Contribution to the score because we found the search query in this concept's description"]
: fieldMatch === "search_terms" ? ["Synonyms", "Contribution to the score because we found the search query in this concept's synonymns"]
: fieldMatch === "search_terms" ? ["Synonyms", "Contribution to the score because we found the search query in this concept's synonyms"]
: fieldMatch === "optional_terms" ? ["Related terms", "Contribution to the score because we found the search query among this concept's semantically related terms"]
: ["", ""]
)
Expand Down

0 comments on commit f70ec5d

Please sign in to comment.