Skip to content

Commit

Permalink
Fix spelling of “Average”
Browse files Browse the repository at this point in the history
  • Loading branch information
George-Zhang5246 authored Oct 26, 2023
1 parent 62d378b commit d098dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/common/SearchTermCard/searchTermCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const SearchTermCard = (props: SearchTermCardProps) => {
{props.loading ? 'Loading...' : props.secondaryText}
</span>
{props.loading ? null : (
<Tooltip title="Avergae GPA excludes dropped grades" arrow>
<Tooltip title="Average GPA excludes dropped grades" arrow>
<Help className="inline fill-gray-500 dark:fill-gray-300 text-base ml-0.5 mb-0.5" />
</Tooltip>
)}
Expand Down

0 comments on commit d098dad

Please sign in to comment.