Skip to content

Commit

Permalink
Fix grammar typo in comment (#1652)
Browse files Browse the repository at this point in the history
  • Loading branch information
onichandame authored Nov 20, 2023
1 parent ff6c7ef commit aa284d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fullstack/src/router.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fn default_external_navigation_handler() -> fn(Scope) -> Element {
dioxus_router::prelude::FailureExternalNavigation
}

/// The configeration for the router
/// The configuration for the router
#[derive(Props, serde::Serialize, serde::Deserialize)]
pub struct FullstackRouterConfig<R>
where
Expand Down

0 comments on commit aa284d7

Please sign in to comment.