From ab8929e2fa71779419a6fd59c61d8ddd72153af9 Mon Sep 17 00:00:00 2001 From: Ginger Date: Mon, 23 Mar 2026 11:01:08 -0400 Subject: [PATCH] chore: Fix typo --- src/admin/user/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/admin/user/mod.rs b/src/admin/user/mod.rs index 3827f51d6..ef5506840 100644 --- a/src/admin/user/mod.rs +++ b/src/admin/user/mod.rs @@ -47,7 +47,7 @@ pub enum UserCommand { /// Update or remove a user's email address. /// - /// If `email` is not supplied, the user's existing address wil be removed. + /// If `email` is not supplied, the user's existing address will be removed. ChangeEmail { user_id: String, email: Option,