From bc792b6959b15d30f61dfe125a3b4fc08569121f Mon Sep 17 00:00:00 2001 From: believethehype Date: Tue, 20 Feb 2024 10:37:42 +0100 Subject: [PATCH] typo --- kinds/5302.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/kinds/5302.md b/kinds/5302.md index 9f74076..c7dcca1 100644 --- a/kinds/5302.md +++ b/kinds/5302.md @@ -31,10 +31,12 @@ Clients can ask a Search DVM to return notes based on certain filters. "content": "", "kind": 5302, - "tags": + "tags": + [ [ "i", "shipyard", "text" ], ["param","max_results","100"], - ["param","users","[[\"p\", \"6e468422dfb74a5738702a8823b9b28168abab8655faacb6853cd0ee15deee93\"]]"]] + ["param","users","[[\"p\", \"6e468422dfb74a5738702a8823b9b28168abab8655faacb6853cd0ee15deee93\"]]"] + ] } ``` @@ -49,4 +51,4 @@ Clients can ask a Search DVM to return notes based on certain filters. [ "e", "<...>" ] ' } -``` \ No newline at end of file +```