Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/3.Basic tutorial of export Pdf receipts.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ In some cases, we need to export multiple data to a Pdf, such as the bank to pro
- How to use

```csharp
public async Task BathExportReceipt()
public async Task BatchExportReceipt()
{
var tplPath = Path.Combine(Directory.GetCurrentDirectory(), "TestFiles", "ExportTemplates",
"batchReceipt.cshtml");
Expand Down