From ca1f749c087bc19f6fbcebcd3ee34307959a95d5 Mon Sep 17 00:00:00 2001
From: Josh Soref <2119212+jsoref@users.noreply.github.com>
Date: Thu, 26 Sep 2024 13:32:55 -0400
Subject: Spelling (#5020)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
---
docs/src/main.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'docs/src')
diff --git a/docs/src/main.rs b/docs/src/main.rs
index 3f53dfc8..d87e359b 100644
--- a/docs/src/main.rs
+++ b/docs/src/main.rs
@@ -90,7 +90,7 @@ struct Args {
/// This option controls where to spit them out. The HTML generation will
/// assume that this output directory is served at `${base_url}/assets/*`.
/// The default is `assets`. For example, if the base URL is `/docs/` then
- /// the gemerated HTML might look like `
`
+ /// the generated HTML might look like `
`
/// even though the `--assets-dir` was set to `/tmp/images` or something.
#[arg(long, default_value = "assets")]
assets_dir: PathBuf,
--
cgit v1.2.3