Skip to content

Commit 4c93ceb

Browse files
authored
Merge pull request #603 from Priyansh121096/patch-1
docs: fix typo
2 parents 3ef7e0b + 9b298d9 commit 4c93ceb

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)