Skip to content

Commit a13834b

Browse files
committed
983650-2: Resolved proper changes.
1 parent 892e5aa commit a13834b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Document-Processing/PDF/PDF-Library/NET/tabcontent-support/Create-PDF-document-in-Blazor-WASM-JetBrains.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ JS.SaveAs("Sample.pdf", memoryStream.ToArray());
107107
{% endhighlight %}
108108
{% endtabs %}
109109

110-
Step 8: Create a class file with ``FileUtil`` name and add the following code to invoke the JavaScript action to download the file in the browser.
110+
Step 6: Create a class file with ``FileUtil`` name and add the following code to invoke the JavaScript action to download the file in the browser.
111111

112112
{% tabs %}
113113

@@ -126,7 +126,7 @@ public static class FileUtil
126126

127127
{% endtabs %}
128128

129-
Step 6: Add the following JavaScript function in the ``index.html`` available under the ``wwwroot`` folder.
129+
Step 7: Add the following JavaScript function in the ``index.html`` available under the ``wwwroot`` folder.
130130

131131
{% tabs %}
132132

@@ -159,10 +159,10 @@ Step 6: Add the following JavaScript function in the ``index.html`` available un
159159

160160
{% endtabs %}
161161

162-
Step 7: Build the project.
162+
Step 8: Build the project.
163163

164164
Click the **Build** button in the toolbar or press <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>B</kbd> to build the project.
165165

166-
Step 8: Run the project.
166+
Step 9: Run the project.
167167

168168
Click the **Run** button (green arrow) in the toolbar or press <kbd>F5</kbd> to run the application.

0 commit comments

Comments
 (0)