Merge pull request #13385 from kouratoras/patch-1

Fix a typo in help section
This commit is contained in:
Mike Jolley 2017-02-28 11:57:54 +00:00 committed by GitHub
commit a083342eb2
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ class WC_Admin_Help {
'content' =>
'<h2>' . __( 'Help &amp; Support', 'woocommerce' ) . '</h2>' .
'<p>' . sprintf(
__( 'Should you need help understanding, using, or extending WooCommerce, <a href="%s">splease read our documentation</a>. You will find all kinds of resources including snippets, tutorials and much more.' , 'woocommerce' ),
__( 'Should you need help understanding, using, or extending WooCommerce, <a href="%s">please read our documentation</a>. You will find all kinds of resources including snippets, tutorials and much more.' , 'woocommerce' ),
'https://docs.woocommerce.com/documentation/plugins/woocommerce/?utm_source=helptab&utm_medium=product&utm_content=docs&utm_campaign=woocommerceplugin'
) . '</p>' .
'<p>' . sprintf(