From ea80bd2e069660af7b22596baf6ec929c584e42b Mon Sep 17 00:00:00 2001 From: Reza Soltani Date: Tue, 19 Dec 2023 15:19:23 +0330 Subject: [PATCH] ... --- src/TypeIndexHelper.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TypeIndexHelper.ts b/src/TypeIndexHelper.ts index fd1ba79..5a245f2 100644 --- a/src/TypeIndexHelper.ts +++ b/src/TypeIndexHelper.ts @@ -175,10 +175,10 @@ export class TypeIndexHelper { /** - * Registers a type registration in the user's typeIndexe. + * Registers a typeRegistration in the user's typeIndexe. * * @param webId - The WebID of the user - * @param typeRegistrationTitle - The title to use for the type registration + * @param typeRegistrationTitle - The title to use for the typeRegistration inside the typeIndex, * @param rdfClass - The RDF class that this registration is for (it has to be a valid URL) * @param fetch - The authenticated fetch function * @param indexUrl - The URL of the index being registered