Skip to content

Commit

Permalink
Merge pull request #159 from eltociear/patch-1
Browse files Browse the repository at this point in the history
Fix typo in template 3
  • Loading branch information
1ilit authored Jul 23, 2024
2 parents 85504f3 + 20de37d commit e18122a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/template3.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export const template3 = {
increment: false,
comment: "",
id: 4,
values: ["delivered", "recieved", "processing"],
values: ["delivered", "received", "processing"],
},
{
name: "product_id",
Expand Down

0 comments on commit e18122a

Please sign in to comment.