Skip to content

Commit 101cc52

Browse files
committed
[minor] Fix nits
1 parent dadedd2 commit 101cc52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/fulfillment-order.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ FulfillmentOrder.prototype.fulfillments = function fulfillments(id) {
128128
};
129129

130130
/**
131-
* Halts all fulfillment work on a fulfillment order with
132-
* status OPEN and changes the status of the fulfillment order to ON_HOLD.
131+
* Halts all fulfillment work on a fulfillment order with status `OPEN` and
132+
* changes the status of the fulfillment order to `ON_HOLD`.
133133
*
134134
* @param {Number} id Fulfillment Order ID
135135
* @param {Object} params An object containing the reason for the fulfillment

0 commit comments

Comments
 (0)