diff --git a/meilisearch-auth/src/store.rs b/meilisearch-auth/src/store.rs index 69c4cbd57..48ff6e259 100644 --- a/meilisearch-auth/src/store.rs +++ b/meilisearch-auth/src/store.rs @@ -205,7 +205,7 @@ impl HeedAuthStore { } /// Codec allowing to retrieve the expiration date of an action, -/// optionnally on a spcific index, for a given key. +/// optionally on a specific index, for a given key. pub struct KeyIdActionCodec; impl<'a> milli::heed::BytesDecode<'a> for KeyIdActionCodec {