Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add verb to sentence. #3131

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 have 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