From c149f16adf8e0c841731404c19464d3b96dcf77a Mon Sep 17 00:00:00 2001 From: Stephen Tweeddale Date: Wed, 28 Apr 2021 17:20:16 +0100 Subject: [PATCH] Remove additional double slashes from documentation. (#6960) For the sake of the ABN markdown parser. --- docs/core/services/process-content.service.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core/services/process-content.service.md b/docs/core/services/process-content.service.md index b08429d16e..361c833e68 100644 --- a/docs/core/services/process-content.service.md +++ b/docs/core/services/process-content.service.md @@ -277,7 +277,7 @@ See `getProcessRelatedContent` and `getTaskRelatedContent` for how to get to the #### getContentPreview(contentId: number): Observable`` -Get the preview file for a related content file. A content file might be for example a\\ +Get the preview file for a related content file. A content file might be for example a MS Word document. This method would give you the PDF preview for this document, if it has been generated: @@ -299,7 +299,7 @@ See `getProcessRelatedContent` and `getTaskRelatedContent` for how to get to the #### getContentThumbnail(contentId: number): Observable`` -Get the thumbnail file for a related content file. A content file might be for example a\\ +Get the thumbnail file for a related content file. A content file might be for example a MS Word document. This method would give you the image thumbnail for this document, if it has been generated: