diff --git a/source/includes/wp-api-v1/_customers.md b/source/includes/wp-api-v1/_customers.md
index 1a3814f0..251df9ce 100644
--- a/source/includes/wp-api-v1/_customers.md
+++ b/source/includes/wp-api-v1/_customers.md
@@ -12,7 +12,7 @@ The customer API allows you to create, view, update, and delete individual, or a
| `email` | string | The email address for the customer. mandatory |
| `first_name` | string | Customer first name. |
| `last_name` | string | Customer last name. |
-| `username` | string | Customer login name. Can be generated automatically from the customer's email addrees if the option `woocommerce_registration_generate_username` is equal to `yes` cannot be changed maybe mandatory |
+| `username` | string | Customer login name. Can be generated automatically from the customer's email address if the option `woocommerce_registration_generate_username` is equal to `yes` cannot be changed maybe mandatory |
| `password` | string | Customer password. Can be generated automatically with [`wp_generate_password()`](http://codex.wordpress.org/Function_Reference/wp_generate_password) if the "Automatically generate customer password" option is enabled, check the index meta for `generate_password` write-only maybe mandatory |
| `last_order` | array | Last order data. See [Customer Last Order properties](#customer-last-order-properties). read-only |
| `orders_count` | integer | Quantity of orders made by the customer. read-only |