From 696d849699989bb977a04227d2bd60f2445e46a5 Mon Sep 17 00:00:00 2001 From: Sohan <1119120+sohanmaheshwar@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:12:43 +0200 Subject: [PATCH] Update protecting-a-blog.mdx minor typo --- pages/spicedb/getting-started/protecting-a-blog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/spicedb/getting-started/protecting-a-blog.mdx b/pages/spicedb/getting-started/protecting-a-blog.mdx index d7e11cc7..00f02a9e 100644 --- a/pages/spicedb/getting-started/protecting-a-blog.mdx +++ b/pages/spicedb/getting-started/protecting-a-blog.mdx @@ -109,7 +109,7 @@ Feel free to start with design to modify and test your own experiments in the [p [playground]: https://play.authzed.com/s/mVBBpf5poNd8/schema -With a schema designed, we can now move on using our client to to apply that schema to the Permission System. +With a schema designed, we can now move on using our client to apply that schema to the Permission System. Similar to applying schema changes for relational databases, all changes to a schema must be backwards compatible.