Skip to content

Commit

Permalink
Correct a due date in src/data.js (#8658)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi-kr-2100 committed Feb 14, 2022
1 parent d847e34 commit 1dd9f97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Expand Up @@ -32,3 +32,4 @@
- turansky
- underager
- vijaypushkin
- abhi-kr-2100
2 changes: 1 addition & 1 deletion docs/getting-started/tutorial.md
Expand Up @@ -305,7 +305,7 @@ let invoices = [
name: "Wide Open Spaces",
number: 1998,
amount: "$4,600",
due: "01/27/2998"
due: "01/27/1998"
}
];

Expand Down

0 comments on commit 1dd9f97

Please sign in to comment.