diff --git a/docs/api/remove.md b/docs/api/remove.md
index 7a8008b9e7..2d2e303b7f 100644
--- a/docs/api/remove.md
+++ b/docs/api/remove.md
@@ -178,7 +178,7 @@ RemoveByTimestamp RPC is the method to remove vectors based on timestamp.
In the TimestampRequest message, the 'timestamps' field is repeated, allowing the inclusion of multiple Timestamp.
When multiple Timestamps are provided, it results in an `AND` condition, enabling the realization of deletions with specified ranges.
- This design allows for versatile deletion operations, facilitating tasks such as removing data within specific time intervals.
+ This design allows for versatile deletion operations, facilitating tasks such as removing data within a specific time range.
### Output