Skip to content

Commit

Permalink
fix: typo (#2202)
Browse files Browse the repository at this point in the history
  • Loading branch information
loverdos authored Mar 31, 2024
1 parent 0850dcb commit ffe02b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/eval.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fn main() {
}

fn app() -> Element {
// Create a future that will resolve once the javascript has been succesffully executed.
// Create a future that will resolve once the javascript has been successfully executed.
let future = use_resource(move || async move {
// Wait a little bit just to give the appearance of a loading screen
tokio::time::sleep(tokio::time::Duration::from_secs(1)).await;
Expand Down

0 comments on commit ffe02b4

Please sign in to comment.