diff options
| author | hodlbod <jstaab@protonmail.com> | 2023-11-30 21:50:24 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-30 21:50:24 -0800 |
| commit | 27cbc2995ffcac76138776d15ba5ad5f43a7ff0b (patch) | |
| tree | 28558227d679220654560878b0a0fea70a2e4cec | |
| parent | fb87a03d5f2d0aee4f3916e1cf8338ee69b314a9 (diff) | |
| parent | 45e65e9bee4425c0fd7cb9f27a48df0eb1e4783a (diff) | |
Merge pull request #908 from 501st-alpha1/patch-1
Fix typo
| -rw-r--r-- | 15.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -108,7 +108,7 @@ Fields that are not self-explanatory: | |||
| 108 | ``` | 108 | ``` |
| 109 | 109 | ||
| 110 | Fields that are not self-explanatory: | 110 | Fields that are not self-explanatory: |
| 111 | - `quantity` can be null in the case of items with unlimited abailability, like digital items, or services | 111 | - `quantity` can be null in the case of items with unlimited availability, like digital items, or services |
| 112 | - `specs`: | 112 | - `specs`: |
| 113 | - an optional array of key pair values. It allows for the Customer UI to present product specifications in a structure mode. It also allows comparison between products | 113 | - an optional array of key pair values. It allows for the Customer UI to present product specifications in a structure mode. It also allows comparison between products |
| 114 | - eg: `[["operating_system", "Android 12.0"], ["screen_size", "6.4 inches"], ["connector_type", "USB Type C"]]` | 114 | - eg: `[["operating_system", "Android 12.0"], ["screen_size", "6.4 inches"], ["connector_type", "USB Type C"]]` |