From a50bd9ac5e02ebebfb98aff14b4b4db53cf72f1c Mon Sep 17 00:00:00 2001 From: DecDuck Date: Sat, 23 Aug 2025 19:24:34 +1000 Subject: [PATCH] fix: plural in objects metadata --- src/app/web/objects/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/web/objects/page.mdx b/src/app/web/objects/page.mdx index ceddaea..463fa8b 100644 --- a/src/app/web/objects/page.mdx +++ b/src/app/web/objects/page.mdx @@ -1,5 +1,5 @@ export const metadata = { - title: 'Object', + title: 'Objects', description: "On this page, we'll dive into objects, and how to access them through the Web API.", }