Kaynağa Gözat

Fix grammar typo in comment (#1652)

XiaoZhang 1 yıl önce
ebeveyn
işleme
aa284d7e93
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      packages/fullstack/src/router.rs

+ 1 - 1
packages/fullstack/src/router.rs

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