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