woocommerce/includes/api
Akeda Bagus 53807185a8
Fixed typos.
These typos are catched by `misspell` program.

```
find . -type f | grep -v assets | grep -v dummy-data | grep -v i18n | grep -v node_modules | grep -v .git | grep -v apigen |  xargs misspell -w
```

Some results were excluded because of 3rd party ownership and non-english
sentences.
2017-07-10 12:56:28 +07:00
..
legacy [REST API] Allow unset product shipping_class 2017-07-04 14:01:17 -03:00
v1 [REST API] Allow unset product shipping_class 2017-07-04 14:01:17 -03:00
class-wc-rest-authentication.php [REST API] Fixed oAuth1.0a to allow multi-dimensional arrays 2017-06-06 17:05:03 -03:00
class-wc-rest-coupons-controller.php Text changes 2017-03-20 16:01:55 +00:00
class-wc-rest-customer-downloads-controller.php Text changes 2017-03-20 16:01:55 +00:00
class-wc-rest-customers-controller.php Improve address labels to help translations 2017-03-21 15:54:23 -03:00
class-wc-rest-exception.php Make WC_REST_Exception extend WC_Data_Exception 2017-01-27 13:52:21 -02:00
class-wc-rest-order-notes-controller.php Fix phpdoc to include params and correct types 2017-05-15 13:50:52 +02:00
class-wc-rest-order-refunds-controller.php Fix phpdoc to include params and correct types 2017-05-15 13:50:52 +02:00
class-wc-rest-orders-controller.php PHPDoc: Add missing throws statement 2017-05-15 13:39:03 +02:00
class-wc-rest-payment-gateways-controller.php Fix incorrect documentation 2017-06-02 12:58:16 -04:00
class-wc-rest-product-attribute-terms-controller.php V1 and V2 for product taxonomies, reviews, reports, taxes and webhooks 2017-02-11 12:51:41 -02:00
class-wc-rest-product-attributes-controller.php V1 and V2 for product taxonomies, reviews, reports, taxes and webhooks 2017-02-11 12:51:41 -02:00
class-wc-rest-product-categories-controller.php Missing period 2017-04-02 03:27:58 -03:00
class-wc-rest-product-reviews-controller.php [REST API] Fixed timezone date and included GMT date to product reviews 2017-03-22 18:28:57 -03:00
class-wc-rest-product-shipping-classes-controller.php V1 and V2 for product taxonomies, reviews, reports, taxes and webhooks 2017-02-11 12:51:41 -02:00
class-wc-rest-product-tags-controller.php V1 and V2 for product taxonomies, reviews, reports, taxes and webhooks 2017-02-11 12:51:41 -02:00
class-wc-rest-product-variations-controller.php Merge branch 'pr/15069' 2017-05-23 18:56:58 +01:00
class-wc-rest-products-controller.php [REST API] Allow unset product shipping_class 2017-07-04 14:01:17 -03:00
class-wc-rest-report-sales-controller.php V1 and V2 for product taxonomies, reviews, reports, taxes and webhooks 2017-02-11 12:51:41 -02:00
class-wc-rest-report-top-sellers-controller.php V1 and V2 for product taxonomies, reviews, reports, taxes and webhooks 2017-02-11 12:51:41 -02:00
class-wc-rest-reports-controller.php V1 and V2 for product taxonomies, reviews, reports, taxes and webhooks 2017-02-11 12:51:41 -02:00
class-wc-rest-setting-options-controller.php Only set default if no value is set in API settings 2017-06-27 15:29:31 +01:00
class-wc-rest-settings-controller.php Merge pull request #13759 from woocommerce/fix/rest-api-settings-links 2017-03-24 10:33:16 +00:00
class-wc-rest-shipping-methods-controller.php [REST API] All items in shipping_methods endpoint are readonly 2017-03-23 17:59:50 -03:00
class-wc-rest-shipping-zone-locations-controller.php Prevent zone 0 locations being changed 2017-05-22 15:18:55 +01:00
class-wc-rest-shipping-zone-methods-controller.php Merge branch 'pr/15069' 2017-05-23 18:56:58 +01:00
class-wc-rest-shipping-zones-controller.php Merge branch 'pr/15069' 2017-05-23 18:56:58 +01:00
class-wc-rest-system-status-controller.php Remove unused local variables 2017-05-15 12:06:52 +02:00
class-wc-rest-system-status-tools-controller.php Fixed typos. 2017-07-10 12:56:28 +07:00
class-wc-rest-tax-classes-controller.php V1 and V2 for product taxonomies, reviews, reports, taxes and webhooks 2017-02-11 12:51:41 -02:00
class-wc-rest-taxes-controller.php V1 and V2 for product taxonomies, reviews, reports, taxes and webhooks 2017-02-11 12:51:41 -02:00
class-wc-rest-webhook-deliveries.php Remove duplicate entries from defined arrays 2017-05-15 10:48:02 +02:00
class-wc-rest-webhooks-controller.php Fix phpdoc to include params and correct types 2017-05-15 13:50:52 +02:00