Skip to content

Commit a8a0605

Browse files
authored
Merge pull request #426 from w3bdesign/Fix-spelling-error
Fix spelling error
2 parents 1c86223 + f75698d commit a8a0605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Checkout/Billing.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const Billing = ({ onSubmit }) => {
5555
)}
5656
</div>
5757
<div className="w-1/2 p-2">
58-
<label for="address1" className="pb-4">Addresse</label>
58+
<label for="address1" className="pb-4">Adresse</label>
5959
<input
6060
className={inputClasses}
6161
name="address1"

0 commit comments

Comments
 (0)