Fix typo (how-to-design-a-simple-extension.md) (#50149)

Update how-to-design-a-simple-extension.md

Co-authored-by: Seghir Nadir <nadir.seghir@gmail.com>
This commit is contained in:
DAnn2012 2024-11-11 13:06:34 +01:00 committed by GitHub
parent ec1eede8b9
commit 1761dab9d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ if ( ! class_exists( 'My_Extension' ) ) :
endif;
/**
* Function for delaying initialization of the extension until after WooComerce is loaded.
* Function for delaying initialization of the extension until after WooCommerce is loaded.
*/
function my_extension_initialize() {