Skip to content

Commit b0f35f1

Browse files
timea-solidTallTed
andauthored
Update src/acl/access-groups.ts
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
1 parent bdc4495 commit b0f35f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/acl/access-groups.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ export class AccessGroups {
264264
: 'No RDF type was detected for this URI.'
265265
const error =
266266
`Error: Failed to add access target: ${uri} is not a recognized ACL target type.` +
267-
` Expected one of: vcard:WebID, vcard:Group, foaf:Person/foaf:Agent, solid:AppProvider, solid:AppProviderClass, or recognized ACL classes.` +
268-
' Hint: try dropping a WebID profile URI, a vcard:Group URI, or a web app origin. ' +
267+
` Expected one of: vcard:WebID, vcard:Group, foaf:Person, foaf:Agent, solid:AppProvider, solid:AppProviderClass, or recognized ACL classes.` +
268+
' Hint: try dropping a WebID profile URI, a vcard:Group URI, or a web app origin.' +
269269
typeDetails
270270
debug.error(error)
271271
return Promise.reject(new Error(error))

0 commit comments

Comments
 (0)