From 439e98f927b9667ba5341b914f90feda2ac975e9 Mon Sep 17 00:00:00 2001 From: Iain Cox Date: Tue, 7 May 2024 13:32:03 +0200 Subject: [PATCH] fix: add verb to sentence. (#3131) * fix: add verb to sentence. * fix: update after review. --- api/add_reorder_policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/add_reorder_policy.md b/api/add_reorder_policy.md index d560b1889a..30d8fce14c 100644 --- a/api/add_reorder_policy.md +++ b/api/add_reorder_policy.md @@ -12,7 +12,7 @@ api: # add_reorder_policy() Community Create a policy to reorder chunks on a given hypertable index in the background. -You can only have one reorder policy on each hypertable. Only chunks that are the +You can have only one reorder policy on each hypertable. Only chunks that are the third from the most recent are reordered to avoid reordering chunks that are still being inserted into. For more information about reordering chunks, see the [reorder_chunk][reorder_chunk] section.