Skip to content

Commit 68cad4a

Browse files
Merge pull request #46 from kainjow/patch-3
Fix typo
2 parents 56bed13 + fff3bd5 commit 68cad4a

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)