From 4276e2d57df7477df571540a03441bcec79f0e9c Mon Sep 17 00:00:00 2001 From: Amin8r Date: Tue, 23 Jun 2026 14:25:18 +0330 Subject: [PATCH] docs: fix missing preposition in schema page Signed-off-by: Amin8r --- app/spicedb/concepts/schema/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/spicedb/concepts/schema/page.mdx b/app/spicedb/concepts/schema/page.mdx index c52269a1..e6148b39 100644 --- a/app/spicedb/concepts/schema/page.mdx +++ b/app/spicedb/concepts/schema/page.mdx @@ -4,7 +4,7 @@ import { InlinePlayground } from "@/components/playground"; # Schema Language Reference -A SpiceDB schema defines the types of objects found your application, how those objects can relate to one another, and the permissions that can be computed off of those relations. +A SpiceDB schema defines the types of objects found within your application, how those objects can relate to one another, and the permissions that can be computed off of those relations. This page is a reference guide that uses examples that are loosely based on trying to write a schema for Google Docs. For a detailed guide on how to write your own schema from scratch, see [Developing a Schema].