Skip to content

Commit d33af95

Browse files
committed
999358-ug: Resolved CI failures.
1 parent 3139976 commit d33af95

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cp -R ./node_modules/@syncfusion/ej2-pdf-data-extract/dist/openjpeg public/openj
3434
**Create a PDF document** : Add the script in `App.jsx` by creating a button and attaching a click event that uses the JavaScript PDF API to generate a PDF document.
3535

3636
{% tabs %}
37-
{% highlight jsx tabtitle="~/App.jsx" %}
37+
{% highlight html tabtitle="~/App.jsx" %}
3838
import React from 'react';
3939

4040
export default function App() {

Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-vue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ cp -R ./node_modules/@syncfusion/ej2-pdf-data-extract/dist/openjpeg public/js/op
5858
* **Create a PDF document** : Add the script in `App.vue` by creating a button and attaching a click event that uses the JavaScript PDF API to generate a PDF document.
5959

6060
{% tabs %}
61-
{% highlight vue tabtitle="~/App.vue" %}
61+
{% highlight html tabtitle="~/App.vue" %}
6262
<script>
6363
export default {
6464
name: 'App',

Document-Processing/PDF/PDF-Library/javascript/Shapes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The PDF has support for adding the below shapes.
1313
* Rectangle
1414
* Rounded rectangle
1515
* Ellipse
16-
* Polygone
16+
* Polygon
1717
* Pie
1818
* Arc
1919
* Bezier

0 commit comments

Comments
 (0)