Fix grammar typo in comment (#1652)

This commit is contained in:
XiaoZhang 2023-11-20 22:24:16 +08:00 committed by GitHub
parent ff6c7efb41
commit aa284d7e93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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