From a2eaf9b3eed92f59df3c7f1edca72d5d8170ab94 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 20 Feb 2023 21:09:33 +0900 Subject: [PATCH] fix: typo in hydration docs(#552) identifer -> identifier --- leptos_dom/src/hydration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leptos_dom/src/hydration.rs b/leptos_dom/src/hydration.rs index a8ee11579..5dd0cfbf3 100644 --- a/leptos_dom/src/hydration.rs +++ b/leptos_dom/src/hydration.rs @@ -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.