diff --git a/src/tuf/mod.rs b/src/tuf/mod.rs index 56de97bfa3..f29cd9df63 100644 --- a/src/tuf/mod.rs +++ b/src/tuf/mod.rs @@ -97,9 +97,9 @@ impl SigstoreRepository { /// ## Usage inside of async code /// /// **Warning:** this method needs special handling when invoked from - /// an async function because it peforms blocking operations. + /// an async function because it performs blocking operations. /// - /// If needed, this can be solved in that way: + /// If needed, this can be solved in the following way: /// /// ```rust,no_run /// use tokio::task::spawn_blocking;