Skip to content

Commit

Permalink
fix: missing a letter
Browse files Browse the repository at this point in the history
  • Loading branch information
Eghinner committed Jun 17, 2022
1 parent c1f7d7a commit 9435ef9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@
"blueheader",
"headertext",
"requerido",
"Regresar"
"Regresar",
"Insertar"
],
"flagWords": [],
"ignorePaths": [
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Check/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const Check = () => {
>
<div className="check-ticket">
<TextHandlerColorMobile color="blue" bolder uppercase>
Inserta número de boleta
Insertar número de boleta
</TextHandlerColorMobile>
<Form FormButtonPrimaryTitle = 'Empecemos' formData={setPackageCode} onSubmit={e => toDelivery(e)}>
{({ handleFormChange, value }) => (
Expand Down

0 comments on commit 9435ef9

Please sign in to comment.