fix: typo in hydration docs(#552)

identifer -> identifier
This commit is contained in:
Ikko Eltociear Ashimine 2023-02-20 21:09:33 +09:00 committed by GitHub
parent 4032bfc210
commit a2eaf9b3ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.