From 3a6e5e79a085ff6eed876d7ca6aaa8c7c0aa90fc Mon Sep 17 00:00:00 2001 From: Mikael Brevik Date: Fri, 6 Dec 2024 08:55:04 +0100 Subject: [PATCH] Update studio/schemas/documents/compensations.ts Co-authored-by: anemne <63043552+anemne@users.noreply.github.com> --- studio/schemas/documents/compensations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/studio/schemas/documents/compensations.ts b/studio/schemas/documents/compensations.ts index 0f4f91bef..ee2fb9028 100644 --- a/studio/schemas/documents/compensations.ts +++ b/studio/schemas/documents/compensations.ts @@ -45,7 +45,7 @@ const compensations = defineType({ name: "handbookLinks", title: "Handbook Section Links", description: - "Ordered links to sections in handbook to show important information when it comes to benefints. Used by compensation calculator module.", + "Ordered links to sections in handbook to show important information when it comes to benefits. Used by compensation calculator module.", type: "array", of: [link], }),