ory / keto

The most scalable and customizable permission server on the market. Fix your slow or broken permission system with Google's proven "Zanzibar" approach. Supports ACL, RBAC, and more. Written in Go, cloud native, headless, API-first. Available as a service on Ory Network and for self-hosters.
https://www.ory.sh/?utm_source=github&utm_medium=banner&utm_campaign=keto
Apache License 2.0
4.8k stars 346 forks source link

fix: corrects "quey" typo in internal/x/validate/validate.go to "query" #1520

Closed BenjaminNolan closed 5 months ago

BenjaminNolan commented 5 months ago

Corrects a minor typo (quey -> query) in an error message response returned in internal/x/validate/validate.go.

Checklist

Further Comments

I can add a test if requested, but the existing tests don't seem to check the actual messages which are returned, so for consistency I've left it out and just changed the one word that's incorrect.

CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.