fixing typos - Check Please!

This commit is contained in:
silversword411 2022-07-19 15:19:17 -04:00
parent 37617e40f2
commit ea51ae8dcb
No known key found for this signature in database
GPG Key ID: CF805301BBB8CC0C

View File

@ -1020,7 +1020,7 @@
"properties": { "properties": {
"clientId": { "type": "string" }, "clientId": { "type": "string" },
"clientSecret": { "type": "string" }, "clientSecret": { "type": "string" },
"refreshTfoken": { "type": "string" } "refreshToken": { "type": "string" }
}, },
"required": [ "clientId", "clientSecret", "refreshToken" ] "required": [ "clientId", "clientSecret", "refreshToken" ]
}, },