diff --git a/api/src/api/storage.ts b/api/src/api/storage.ts index eb307d0ea..b6b1585d4 100644 --- a/api/src/api/storage.ts +++ b/api/src/api/storage.ts @@ -124,8 +124,8 @@ export interface Storage { * * @param page - the page to move * @param newPage - the new location for the page - * @param preserveChildren - whether or not to move children - * @returns true if the delete was successful, false with the reason otherwise + * @param preserveChildren - whether to move children + * @returns true if the move was successful, false with the reason otherwise * * @since 0.14 */ diff --git a/core/backends/backend-api/src/abstractStorage.ts b/core/backends/backend-api/src/abstractStorage.ts index 5fc2ab4ed..97ce7be0f 100644 --- a/core/backends/backend-api/src/abstractStorage.ts +++ b/core/backends/backend-api/src/abstractStorage.ts @@ -130,8 +130,8 @@ export abstract class AbstractStorage implements Storage { * * @param page - the page to move * @param newPage - the new location for the page - * @param preserveChildren - whether or not to move children - * @returns true if the delete was successful, false with the reason otherwise + * @param preserveChildren - whether to move children + * @returns true if the move was successful, false with the reason otherwise * * @since 0.14 */ diff --git a/core/rename/rename-api/src/index.ts b/core/rename/rename-api/src/index.ts index 75333edb7..5f14223a2 100644 --- a/core/rename/rename-api/src/index.ts +++ b/core/rename/rename-api/src/index.ts @@ -31,7 +31,7 @@ interface PageRenameManager { * * @param pageData - the page for which to get the revisions * @param newReference - the new reference for the page - * @param preserveChildren - whether or not to also affect children + * @param preserveChildren - whether to also affect children * @returns true if this was successful, false with the reason otherwise */ updateReference( @@ -44,7 +44,7 @@ interface PageRenameManager { } /** - * A PageRenameManagerProvider returns the instance of PageRenameManager + * A PageRenameManagerProvider returns the instance of {@link PageRenameManager} * matching the current wiki configuration. * * @since 0.14 diff --git a/core/rename/rename-filesystem/src/components/componentsInit.ts b/core/rename/rename-filesystem/src/components/componentsInit.ts index 0e2914839..b77451adf 100644 --- a/core/rename/rename-filesystem/src/components/componentsInit.ts +++ b/core/rename/rename-filesystem/src/components/componentsInit.ts @@ -40,7 +40,7 @@ class FileSystemPageRenameManager implements PageRenameManager { * * @param pageData - the page for which to get the revisions * @param newReference - the new reference for the page - * @param preserveChildren - whether or not to also affect children + * @param preserveChildren - whether to also affect children * @returns true if this was successful, false with the reason otherwise */ async updateReference( diff --git a/ds/shoelace/src/vue/x-dialog.vue b/ds/shoelace/src/vue/x-dialog.vue index c9fa109d5..0c7b9fc17 100644 --- a/ds/shoelace/src/vue/x-dialog.vue +++ b/ds/shoelace/src/vue/x-dialog.vue @@ -54,7 +54,7 @@ const open = defineModel(); and will hold the contents of our own footer slot (if any). --> -