diff options
| author | Josh Soref <2119212+jsoref@users.noreply.github.com> | 2024-09-26 13:32:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-26 17:32:55 +0000 |
| commit | ca1f749c087bc19f6fbcebcd3ee34307959a95d5 (patch) | |
| tree | afa4bc0fca4b27d15b99df6da625090b0ef864f2 /docs/src | |
| parent | 3c90878460cecaaa7ac879ba0973f94705b7c062 (diff) | |
Spelling (#5020)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/main.rs | 2 |
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, |
