diff --git a/pages/spicedb/modeling/validation-testing-debugging.mdx b/pages/spicedb/modeling/validation-testing-debugging.mdx index ccf2ab0e..b581bb55 100644 --- a/pages/spicedb/modeling/validation-testing-debugging.mdx +++ b/pages/spicedb/modeling/validation-testing-debugging.mdx @@ -31,10 +31,10 @@ To support this, SpiceDB's v1 CheckPermission API supports a debug header that w **Warning:** Collecting these traces has a notable performance overhead. -We do not recommend configuring your applications to enable this when debugging. -Instead, we recommend using [zed's explain flag] for this purpose. + We do not recommend configuring your applications to enable this when debugging. + Instead, we recommend using [zed's explain flag] for this purpose. -[zed's explain flag]: #explain-flag + [zed's explain flag]: #explain-flag @@ -98,8 +98,7 @@ Request tracing information by setting `with_tracing: true` in the request messa **Warning:** Versions older than v1.31.0 -Request tracing information via a header and the information will be found in the response footer as JSON. - + Request tracing information via a header and the information will be found in the response footer as JSON. ## Zed