fix typo
parent
0c05d6d162
commit
2fc015fb89
|
@ -31,7 +31,7 @@ fn handle_request(_request: Request) -> BoxFuture<'static, Result<Response>> {
|
|||
.add_blank_line()
|
||||
.add_heading(H2, "Manually")
|
||||
.add_blank_line()
|
||||
.add_preformatted_with_alt("alt", r#"northstar = "0.3.0" # check crates.io for the latest version"#)
|
||||
.add_preformatted_with_alt("toml", r#"northstar = "0.3.0" # check crates.io for the latest version"#)
|
||||
.add_blank_line()
|
||||
.add_heading(H2, "Automatically")
|
||||
.add_blank_line()
|
||||
|
|
Loading…
Reference in New Issue