From eac9b08efe1abd013765723e5449f6faeeb9741c Mon Sep 17 00:00:00 2001 From: kazuyainoue0124 <88877589+kazuyainoue0124@users.noreply.github.com> Date: Thu, 3 Oct 2024 01:22:50 +0900 Subject: [PATCH] Fix typo in README: correct 'noticable' to 'noticeable' (#1694) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecdd0887..3f272b98 100644 --- a/README.md +++ b/README.md @@ -1616,7 +1616,7 @@ You can specify a longer refresh interval while reindexing to increase performan Product.reindex(mode: :async, refresh_interval: "30s") ``` -**Note:** This only makes a noticable difference with parallel reindexing. +**Note:** This only makes a noticeable difference with parallel reindexing. When promoting, have it restored to the value in your mapping (defaults to `1s`).