Skip to content

Commit 890af83

Browse files
Merge pull request #45 from kainjow/patch-2
Fix typo
2 parents 68cad4a + 083f733 commit 890af83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/wp-api-v1/_customers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The customer API allows you to create, view, update, and delete individual, or a
1212
| `email` | string | The email address for the customer. <i class="label label-info">mandatory</i> |
1313
| `first_name` | string | Customer first name. |
1414
| `last_name` | string | Customer last name. |
15-
| `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` <i class="label label-info">cannot be changed</i> <i class="label label-info">maybe mandatory</i> |
15+
| `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` <i class="label label-info">cannot be changed</i> <i class="label label-info">maybe mandatory</i> |
1616
| `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` <i class="label label-info">write-only</i> <i class="label label-info">maybe mandatory</i> |
1717
| `last_order` | array | Last order data. See [Customer Last Order properties](#customer-last-order-properties). <i class="label label-info">read-only</i> |
1818
| `orders_count` | integer | Quantity of orders made by the customer. <i class="label label-info">read-only</i> |

0 commit comments

Comments
 (0)