Skip to content

Commit

Permalink
fix: typo in hydration docs(#552)
Browse files Browse the repository at this point in the history
identifer -> identifier
  • Loading branch information
eltociear authored Feb 20, 2023
1 parent 4032bfc commit a2eaf9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leptos_dom/src/hydration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cfg_if! {
}
}

/// A stable identifer within the server-rendering or hydration process.
/// A stable identifier within the server-rendering or hydration process.
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
pub struct HydrationKey {
/// The key of the previous component.
Expand Down

0 comments on commit a2eaf9b

Please sign in to comment.