diff options
author | pacien | 2019-12-31 10:58:38 +0100 |
---|---|---|
committer | pacien | 2019-12-31 10:58:38 +0100 |
commit | 3e0dea56fc6f1aeada46e13450d94aa7d4e729f4 (patch) | |
tree | b4654148fb5d76257a756da8caf299d2b77ed041 | |
parent | ad3422f43ea851ab4ded2f2f07225ead38d1e366 (diff) | |
download | ldgallery-3e0dea56fc6f1aeada46e13450d94aa7d4e729f4.tar.gz |
design-notes: fix typo
-rw-r--r-- | design-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design-notes.md b/design-notes.md index a268aae..6c4f5b3 100644 --- a/design-notes.md +++ b/design-notes.md | |||
@@ -143,7 +143,7 @@ Serialised item structure: | |||
143 | ], | 143 | ], |
144 | 144 | ||
145 | "path": "[resource path]", | 145 | "path": "[resource path]", |
146 | "thumbnail": "[resource path | null]"}, | 146 | "thumbnail": "[resource path | null]", |
147 | 147 | ||
148 | 148 | ||
149 | "_comment": "type-dependent", | 149 | "_comment": "type-dependent", |