summaryrefslogtreecommitdiff
path: root/docs/src/main.rs
diff options
context:
space:
mode:
authorJosh Soref <2119212+jsoref@users.noreply.github.com>2024-09-26 13:32:55 -0400
committerGitHub <noreply@github.com>2024-09-26 17:32:55 +0000
commitca1f749c087bc19f6fbcebcd3ee34307959a95d5 (patch)
treeafa4bc0fca4b27d15b99df6da625090b0ef864f2 /docs/src/main.rs
parent3c90878460cecaaa7ac879ba0973f94705b7c062 (diff)
Spelling (#5020)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Diffstat (limited to 'docs/src/main.rs')
-rw-r--r--docs/src/main.rs2
1 files changed, 1 insertions, 1 deletions
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 `<img src="/docs/assets/foo.png">`
+ /// the generated HTML might look like `<img src="/docs/assets/foo.png">`
/// even though the `--assets-dir` was set to `/tmp/images` or something.
#[arg(long, default_value = "assets")]
assets_dir: PathBuf,