From 53f967eb7bd8cfd7b20f5bf8bcc899506ca2e955 Mon Sep 17 00:00:00 2001 From: Alexis Date: Mon, 10 Jul 2023 14:56:18 +0200 Subject: [PATCH] Fix: typo --- docs/howtos/moviesdatabase/manage/index.manage.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howtos/moviesdatabase/manage/index.manage.mdx b/docs/howtos/moviesdatabase/manage/index.manage.mdx index 8b31715347..37d6c64571 100644 --- a/docs/howtos/moviesdatabase/manage/index.manage.mdx +++ b/docs/howtos/moviesdatabase/manage/index.manage.mdx @@ -34,7 +34,7 @@ The `FT._LIST` command provides a list of all indexes in your database: ### Updating your Indexing -As you are build your application and add more information to the database you may need to add new fields to the index. The `FT.ALTER` command enables you to do this. +As you are building your application and add more information to the database you may need to add new fields to the index. The `FT.ALTER` command enables you to do this. ``` > FT.ALTER idx:movie SCHEMA ADD plot TEXT WEIGHT 0.5