mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-16 21:58:25 +00:00
Fix typos in examples
This commit is contained in:
parent
74b8f6165d
commit
bf3f7ec490
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ async fn main() {
|
|||
r#"
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head> <title>Dioxus LiveView with Warp</title> </head>
|
||||
<head> <title>Dioxus LiveView with axum</title> </head>
|
||||
<body> <div id="main"></div> </body>
|
||||
{glue}
|
||||
</html>
|
||||
|
|
|
@ -41,7 +41,7 @@ fn index(_depot: &mut Depot, res: &mut Response) {
|
|||
r#"
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head> <title>Dioxus LiveView with Warp</title> </head>
|
||||
<head> <title>Dioxus LiveView with Salvo</title> </head>
|
||||
<body> <div id="main"></div> </body>
|
||||
{glue}
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue