Skip to content

Commit fff3bd5

Browse files
authoredJul 21, 2016
Fix typo
1 parent 668ef8f commit fff3bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎source/includes/wp-api-v1/_orders.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The orders API allows you to create, view, update, and delete individual, or a b
4040
| `line_items` | array | Line items data. See [Line Items properties](#line-item-properties). |
4141
| `tax_lines` | array | Tax lines data. See [Tax Lines properties](#tax-line-properties). <i class="label label-info">read-only</i> |
4242
| `shipping_lines` | array | Shipping lines data. See [Shipping Lines properties](#shipping-line-properties). |
43-
| `fee_lines` | array | Fee lines data. See [Fee Lines Properites](#fee-line-properties). |
43+
| `fee_lines` | array | Fee lines data. See [Fee Lines Properties](#fee-line-properties). |
4444
| `coupon_lines` | array | Coupons line data. See [Coupon Lines properties](#coupon-line-properties). |
4545

4646
### Line item properties ###

0 commit comments

Comments
 (0)
Please sign in to comment.