diff options
| author | Waldir Pimenta <waldyrious@gmail.com> | 2026-01-16 19:16:12 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-16 11:16:12 -0800 |
| commit | 863853a15871683d8f3020ccbb3d436a33c2fda7 (patch) | |
| tree | 38d64e700303f32e3328ddc10bb18d9733d922a5 /crates | |
| parent | docs: Various improvements to the `atuin import` docs (#3062) (diff) | |
| download | atuin-863853a15871683d8f3020ccbb3d436a33c2fda7.zip | |
docs: Disambiguate 'setup' (noun) vs. 'set up' (verb) (#3061)
<!-- Thank you for making a PR! Bug fixes are always welcome, but if
you're adding a new feature or changing an existing one, we'd really
appreciate if you open an issue, post on the forum, or drop in on
Discord -->
## 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
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/atuin/src/command/client/account/verify.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<String>) -> 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." ); } |
