Skip to content

Commit

Permalink
Make capitalization consistent
Browse files Browse the repository at this point in the history
Co-authored-by: Puneet Lath <puneet@expensify.com>
  • Loading branch information
robertKozik and puneetlath authored Apr 12, 2024
1 parent 1a6cfa9 commit 8b64eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MentionSuggestions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ type Mention = {
text: string;

/**
* additional text for the mention
* Additional text for the mention
* visible if it's value is different than Mention.text value
* rendered after Mention.text
*/
alternateText: string;

/**
* handle of the mention
* Handle of the mention
* used as a value for the mention (e.g. in for the filtering or putting the mention in the message)
*/
handle?: string;
Expand Down

0 comments on commit 8b64eb2

Please sign in to comment.