Skip to content

Commit

Permalink
Merge pull request #74 from gitryder/patch-2
Browse files Browse the repository at this point in the history
Fix grammatical errors
  • Loading branch information
Charlie85270 authored Oct 7, 2021
2 parents 880be3a + 7cd88ca commit 40aea3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/kit/components/elements/data/MessagesList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const MessagesList: FC = () => {
<div className="flex flex-col">
<span className="text-sm text-gray-900 font-semibold dark:text-white ml-2">Ivan Buck</span>
<span className="text-sm text-gray-400 dark:text-gray-300 ml-2">
Seriously ? haha Bob is not a children !
Seriously ? haha Bob is not a child !
</span>
</div>
</li>
Expand All @@ -45,7 +45,7 @@ const MessagesList: FC = () => {

<div className="flex flex-col">
<span className="text-sm text-gray-900 font-semibold dark:text-white ml-2">Marina Farga</span>
<span className="text-sm text-gray-400 dark:text-gray-300 ml-2">Do you need that deisgn ?</span>
<span className="text-sm text-gray-400 dark:text-gray-300 ml-2">Do you need that design ?</span>
</div>
</li>
</ul>
Expand Down

0 comments on commit 40aea3f

Please sign in to comment.