Skip to content

Commit ea76ac5

Browse files
authored
fix: insert missing " in list-users documentation (#935)
1 parent c144f0b commit ea76ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Docs/SnippetViewer/ListUsersRequestViewer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function listUsersRequestViewer(lang: SupportedLanguage, opts: ListUsersRequestV
5555
-d '{
5656
"authorization_model_id": "${modelId}",
5757
"object": {
58-
"type: "${objectType}",
58+
"type": "${objectType}",
5959
"id": "${objectId}",
6060
},
6161
"relation": "${relation}",

0 commit comments

Comments
 (0)