From 8a7c4a821f7414a7475615e391840152e4c5b803 Mon Sep 17 00:00:00 2001 From: danielle9897 Date: Sun, 3 Nov 2024 19:43:17 +0200 Subject: [PATCH] RDoc-3064 small fix --- .../client-api/operations/delete-revisions.dotnet.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/6.2/Raven.Documentation.Pages/document-extensions/revisions/client-api/operations/delete-revisions.dotnet.markdown b/Documentation/6.2/Raven.Documentation.Pages/document-extensions/revisions/client-api/operations/delete-revisions.dotnet.markdown index 0892b8190..46c0c78ba 100644 --- a/Documentation/6.2/Raven.Documentation.Pages/document-extensions/revisions/client-api/operations/delete-revisions.dotnet.markdown +++ b/Documentation/6.2/Raven.Documentation.Pages/document-extensions/revisions/client-api/operations/delete-revisions.dotnet.markdown @@ -86,8 +86,8 @@ No exception is thrown if a change vector doesn’t match any revision. | **documentId** | `string` | The ID of the document whose revisions you want to delete. | | **documentIds** | `List` | A list of document IDs whose revisions you want to delete. | | **removeForceCreatedRevisions** | `bool` | `true` - Include [force-created revisions](../../../../document-extensions/revisions/overview#force-revision-creation) in the deletion.
`false` - Exclude force-created revisions. | -| **from** | `DateTime` | The start date of the range for revisions to delete (inclusive). | -| **to** | `DateTime` | The end date of the range for revisions to delete (inclusive). | +| **from** | `DateTime` | The start of the date range for the revisions to delete (inclusive). | +| **to** | `DateTime` | The end of the date range for the revisions to delete (inclusive). | | **revisionsChangeVectors** | `List` | A list of change vectors corresponding to the revisions that you want to delete. | {PANEL/}