Skip to content

Commit 549a6dc

Browse files
Changes the tab titles also
1 parent 2abe42e commit 549a6dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Document-Processing/PDF/PDF-Viewer/react/getting-started-with-server-backed.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@ $env:NODE_OPTIONS = "--openssl-legacy-provider"
173173
Output will be appears as follows.
174174

175175
{% tabs %}
176-
{% highlight js tabtitle="app.jsx" %}
176+
{% highlight js tabtitle="index.jsx" %}
177177
{% include code-snippet/pdfviewer/react/base-cs1/app/index.jsx %}
178178
{% endhighlight %}
179-
{% highlight ts tabtitle="app.tsx" %}
179+
{% highlight ts tabtitle="index.tsx" %}
180180
{% include code-snippet/pdfviewer/react/base-cs1/app/index.tsx %}
181181
{% endhighlight %}
182182
{% highlight html tabtitle="index.html" %}

0 commit comments

Comments
 (0)