From b841f5a756a1e6efb5dbb05272d6609c70f9bf54 Mon Sep 17 00:00:00 2001 From: SF4524LogeshKumar Date: Tue, 8 Oct 2024 13:09:20 +0530 Subject: [PATCH] 1234: VUE to HTML tab title changes --- ej2-vue/pdfviewer/text-search.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ej2-vue/pdfviewer/text-search.md b/ej2-vue/pdfviewer/text-search.md index aec64d584..6d5b8f4c2 100644 --- a/ej2-vue/pdfviewer/text-search.md +++ b/ej2-vue/pdfviewer/text-search.md @@ -175,7 +175,7 @@ Searches for the specified text or an array of strings within the document and r Searches for the specified text within the document and returns the bounding rectangles of the matched text. The search can be case-sensitive based on the provided parameter. It returns the bounding rectangles for all pages in the document where the text was found. The below code snippet shows how to get the bounds of the given text: {% tabs %} -{% highlight vue tabtitle="Standalone" %} +{% highlight html tabtitle="Standalone" %} ```html