Skip to content

Commit 9b298d9

Browse files
docs: fix typo
BathExportReceipt -> BatchExportReceipt
1 parent 45251a1 commit 9b298d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/3.Basic tutorial of export Pdf receipts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ In some cases, we need to export multiple data to a Pdf, such as the bank to pro
488488
- How to use
489489

490490
```csharp
491-
public async Task BathExportReceipt()
491+
public async Task BatchExportReceipt()
492492
{
493493
var tplPath = Path.Combine(Directory.GetCurrentDirectory(), "TestFiles", "ExportTemplates",
494494
"batchReceipt.cshtml");

0 commit comments

Comments
 (0)