Merge pull request #26829 from IanDelMar/patch-2
Fix typo in composer.json
This commit is contained in:
commit
60955a9926
|
@ -86,8 +86,8 @@
|
||||||
"test": "Run unit tests",
|
"test": "Run unit tests",
|
||||||
"phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer",
|
"phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer",
|
||||||
"phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier",
|
"phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier",
|
||||||
"makepot-audit": "Generate i18n/langauges/woocommerce.pot file and run audit",
|
"makepot-audit": "Generate i18n/languages/woocommerce.pot file and run audit",
|
||||||
"makepot": "Generate i18n/langauges/woocommerce.pot file"
|
"makepot": "Generate i18n/languages/woocommerce.pot file"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue