Skip to content

Commit 46294cd

Browse files
committed
Fix spelling
1 parent e9e52c2 commit 46294cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/NewChatPage/useGroupDraftRestore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import type SelectedOption from './types';
1515
*
1616
* - On mount / reload, restores the draft participants into `selectedOptions` once so an
1717
* in-progress group chat survives refreshes.
18-
* - While the screen is backgrounded (e.g. the user navigated to NewChatConfirmPage), mirrors
18+
* - While the screen is in the background (e.g. the user navigated to NewChatConfirmPage), mirrors
1919
* participant removals made against the draft back into `selectedOptions` so the two stay
2020
* consistent when the user returns.
2121
*/

0 commit comments

Comments
 (0)