Skip to content

Commit

Permalink
chore(functions): fix grammar in comment for documentsOf function
Browse files Browse the repository at this point in the history
  • Loading branch information
j33ty committed Aug 7, 2024
1 parent 6e97ed7 commit 022c7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evaluator/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ sanity['documentsOf'] = async function (args, scope, execute) {
if (value.type !== 'string') return NULL_VALUE
const baseId = value.data

// All the document belong to a bundle ID if:
// A document belongs to a bundle ID if:
// 1. Document ID is of the form bundleId.documentGroupId
// 2. And, they have a field called _version which is an object.
const documentIdsInBundle: string[] = []
Expand Down

0 comments on commit 022c7b2

Please sign in to comment.