Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fixed a minor typo (#8041)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur12-1610 authored Mar 11, 2022
1 parent 7508fd9 commit c0fec42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Unread.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import shouldHideEvent from './shouldHideEvent';
import { haveTileForEvent } from "./components/views/rooms/EventTile";

/**
* Returns true iff this event arriving in a room should affect the room's
* Returns true if this event arriving in a room should affect the room's
* count of unread messages
*
* @param {Object} ev The event
Expand Down

0 comments on commit c0fec42

Please sign in to comment.