From 132c11cb2ae7aa0f1ebed75f8652516e332014ed Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Thu, 13 Aug 2026 14:57:15 -0400 Subject: [PATCH] fix: Fix a typo in the readme. This would normally be a docs fix but making it a `fix` type so that we can test the new semantic release tooling is working correctly. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 3a36f326..a5f5ee41 100644 --- a/README.rst +++ b/README.rst @@ -97,8 +97,8 @@ To try out changes before applying them, use the ``--dry-run`` option. For insta ./manage.py lms forum_delete_course_from_mongodb all --dry-run -Search Indicies ---------------- +Search Indices +-------------- Based on your search backend i.e Elasticsearch or Meilisearch, the commands will populate search indexes.