Fix typo in method documentation

This commit is contained in:
Niels de Blaauw 2024-09-13 16:10:23 +02:00 committed by GitHub
parent ce618d6250
commit 5fac03bb61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ abstract class WC_Shipping_Method extends WC_Settings_API {
/**
* Get_option function.
*
* Gets and option from the settings API, using defaults if necessary to prevent undefined notices.
* Gets an option from the settings API, using defaults if necessary to prevent undefined notices.
*
* @param string $key Key.
* @param mixed $empty_value Empty value.