Fix typo in product tour in new product management experience (#36561)

This commit is contained in:
Nathan Silveira 2023-01-23 16:23:03 -03:00 committed by GitHub
parent 7e27cffdb3
commit 732fd7dba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -82,7 +82,7 @@ export const ProductTour: React.FC< ProductTourProps > = ( { onClose } ) => {
heading: __( '⚙️ Looking for more?', 'woocommerce' ),
descriptions: {
desktop: __(
'If the form doesnt yet have all the feautures you need—its still in development—you can switch to the classic editor anytime.',
'If the form doesnt yet have all the features you need —its still in development— you can switch to the classic editor anytime.',
'woocommerce'
),
},

View File

@ -0,0 +1,3 @@
Significance: patch
Type: fix
Comment: Just a typo in a label