From ed014678600fbc27fe5503349d287f26137413c5 Mon Sep 17 00:00:00 2001 From: Eugene Korir <62384233+korir248@users.noreply.github.com> Date: Sun, 22 Oct 2023 18:09:15 +0300 Subject: [PATCH] Fixed typo in documentation in indexes.rs --- src/indexes.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/indexes.rs b/src/indexes.rs index 679c866b..aa324392 100644 --- a/src/indexes.rs +++ b/src/indexes.rs @@ -11,7 +11,7 @@ use time::OffsetDateTime; /// /// # Example /// -/// You can create an index remotly and, if that succeed, make an `Index` out of it. +/// You can create an index remotely and, if that succeed, make an `Index` out of it. /// See the [`Client::create_index`] method. /// ``` /// # use meilisearch_sdk::{client::*, indexes::*};