Skip to content

Commit

Permalink
update const name
Browse files Browse the repository at this point in the history
  • Loading branch information
kieckhafer authored Dec 10, 2018
1 parent cf474ab commit b3b5482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/src/components/InventoryStatus/v1/InventoryStatus.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
### Overview
The `InventoryStatus` displays a low inventory warning when the `isLowInventoryQuantity` prop is true.
The `InventoryStatus` displays a low inventory warning when the `isLowQuantity` prop is true.

### Usage

An inventory warning will be rendered when the `isLowInventoryQuantity` prop is `true`, and does not render when a product has a normal inventory level.
An inventory warning will be rendered when the `isLowQuantity` prop is `true`, and does not render when a product has a normal inventory level.

#### Backorder
```jsx
Expand Down

0 comments on commit b3b5482

Please sign in to comment.