Skip to content

Commit

Permalink
fix: add verb to sentence. (#3131)
Browse files Browse the repository at this point in the history
* fix: add verb to sentence.
* fix: update after review.
  • Loading branch information
billy-the-fish committed May 7, 2024
1 parent 8b5d1fc commit 439e98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/add_reorder_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ api:
# add_reorder_policy() <Tag type="community">Community</Tag>

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.
Expand Down

0 comments on commit 439e98f

Please sign in to comment.