Skip to content

Commit

Permalink
Fix documentation typo (#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjul authored Oct 27, 2024
1 parent f82d058 commit d21c03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utoipa-axum/src/router.rs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ where
Self(self.0.route_service(path, service), self.1)
}

/// Nest `router` to `self` under given `path`. Router routes will be nestsed with
/// Nest `router` to `self` under given `path`. Router routes will be nested with
/// [`axum::Router::nest`].
///
/// This method expects [`OpenApiRouter`] instance in order to nest OpenApi paths and router
Expand Down

0 comments on commit d21c03e

Please sign in to comment.