From 863853a15871683d8f3020ccbb3d436a33c2fda7 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Fri, 16 Jan 2026 19:16:12 +0000 Subject: docs: Disambiguate 'setup' (noun) vs. 'set up' (verb) (#3061) ## Checks - [x] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [x] I have checked that there are no existing pull requests for the same thing --- crates/atuin/src/command/client/account/verify.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') diff --git a/crates/atuin/src/command/client/account/verify.rs b/crates/atuin/src/command/client/account/verify.rs index 7c707117..1533c283 100644 --- a/crates/atuin/src/command/client/account/verify.rs +++ b/crates/atuin/src/command/client/account/verify.rs @@ -36,7 +36,7 @@ pub async fn run(settings: &Settings, token: Option) -> Result<()> { (false, false) => { println!( - "Your Atuin server does not have mail setup. This is not required, though your account cannot be verified. Speak to your admin." + "Your Atuin server does not have mail set up. This is not required, though your account cannot be verified. Speak to your admin." ); } -- cgit v1.3.1