Skip to content

Commit

Permalink
fixed merge comments about misspellings
Browse files Browse the repository at this point in the history
  • Loading branch information
the-anders-jarold committed Dec 11, 2023
1 parent 66e3969 commit c446a3c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions pax-terminal/NET/Methods/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,3 @@ Call [RequestToPrint][requesttoprint] to use the printer on the integrated A920p
[requestcustomerdigitstring]: ./requestcustomerdigitstring
[requesttodisplay]: ./requesttodisplayasync
[requesttoprint]: ./requesttoprint


2 changes: 1 addition & 1 deletion pax-terminal/NET/Methods/requesttoprint.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void MyTestOfA920proPrinter()
});

textToPrint.Add(new OutputText() {
Content = "This text is\x0a devided on several\x0a lines with the\x0a same formatting",
Content = "This text is\x0a divided on several\x0a lines with the\x0a same formatting",
Alignment = Alignments.Justified
});

Expand Down
2 changes: 1 addition & 1 deletion pax-terminal/NET/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ReceiptBlobNoHeader has been added to PaymentRequestResult.

### .Net SDK Version 1.3

Extended interface with funtion [RequestToPrint][requesttoprint].
Extended interface with function [RequestToPrint][requesttoprint].

Extended [TransactionSetup][transactionsetup] with a list of SaleItem to be used with fuel functionality.

Expand Down

0 comments on commit c446a3c

Please sign in to comment.