Merge pull request #908 from 501st-alpha1/patch-1

Fix typo
This commit is contained in:
hodlbod 2023-11-30 21:50:24 -08:00 committed by GitHub
commit 27cbc2995f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
15.md
View File

@ -108,7 +108,7 @@ Fields that are not self-explanatory:
```
Fields that are not self-explanatory:
- `quantity` can be null in the case of items with unlimited abailability, like digital items, or services
- `quantity` can be null in the case of items with unlimited availability, like digital items, or services
- `specs`:
- 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
- eg: `[["operating_system", "Android 12.0"], ["screen_size", "6.4 inches"], ["connector_type", "USB Type C"]]`