Kyle Nweeia преди 1 месец
родител
ревизия
f43a8c69fa
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      examples/router.rs

+ 1 - 1
examples/router.rs

@@ -123,6 +123,6 @@ fn PageNotFound(route: Vec<String>) -> Element {
     rsx! {
         h1 { "Page not found" }
         p { "We are terribly sorry, but the page you requested doesn't exist." }
-        pre { color: "red", "log:\nattemped to navigate to: {route:?}" }
+        pre { color: "red", "log:\nattempted to navigate to: {route:?}" }
     }
 }