Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick authored and Nick committed Nov 6, 2020
1 parent 0b90a23 commit fbcfdd5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Expand Up @@ -64,7 +64,7 @@ public static class CardInfo {
private String type;
@ExcelCellName("Last 4 Digits")
private String last4Digits;
@ExcelCellName("Expriration Date")
@ExcelCellName("Expiration Date")
private String expirationDate;

public String getType() {
Expand Down
Binary file modified src/test/resources/test-multi-headers.xls
Binary file not shown.
Binary file modified src/test/resources/test-multi-headers.xlsx
Binary file not shown.

0 comments on commit fbcfdd5

Please sign in to comment.