Skip to content

Commit

Permalink
docs: Fix hotreload typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 authored Feb 4, 2024
1 parent 10ec040 commit 32dc45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/guides/hot_reload.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Before launching your app, you need to initialize the hot-reload context:

```rust, no_run
use freya::prelude::*;
use freya::hot_reload::FreyaCtx;
use freya::hotreload::FreyaCtx;
fn main() {
dioxus_hot_reload::hot_reload_init!(Config::<FreyaCtx>::default());
Expand Down

0 comments on commit 32dc45b

Please sign in to comment.