Fix - Typo in docblock for 'gruoped' -> 'grouped'
This commit is contained in:
parent
9f5f1bd4fe
commit
a3889d1a17
|
@ -1832,7 +1832,7 @@ class WC_AJAX {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Search for gruoped products and return json.
|
* Search for grouped products and return json.
|
||||||
*/
|
*/
|
||||||
public static function json_search_grouped_products() {
|
public static function json_search_grouped_products() {
|
||||||
ob_start();
|
ob_start();
|
||||||
|
|
Loading…
Reference in New Issue