upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/15.md
diff options
context:
space:
mode:
authorScott Weldon <open-source@scott-weldon.com>2023-11-30 21:21:42 -0800
committerGitHub <noreply@github.com>2023-11-30 21:21:42 -0800
commit45e65e9bee4425c0fd7cb9f27a48df0eb1e4783a (patch)
tree28558227d679220654560878b0a0fea70a2e4cec /15.md
parentfb87a03d5f2d0aee4f3916e1cf8338ee69b314a9 (diff)
Fix typo
Diffstat (limited to '15.md')
-rw-r--r--15.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/15.md b/15.md
index 51b7792..1c3154a 100644
--- a/15.md
+++ b/15.md
@@ -108,7 +108,7 @@ Fields that are not self-explanatory:
108``` 108```
109 109
110Fields that are not self-explanatory: 110Fields 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"]]`