From 5873a68f646b28410b495d478c7e040494add861 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 3 Oct 2025 11:52:07 +0200 Subject: [PATCH] Bug 38201: Fix codespell koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitleResource.vue:492: keywork ==> keyword t/cypress/component/ShowElement_spec.ts:39: falsy ==> falsely, false Signed-off-by: Jonathan Druart --- .../prog/js/vue/components/ERM/EHoldingsLocalTitleResource.vue | 2 +- t/cypress/component/ShowElement_spec.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitleResource.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitleResource.vue index 6bc471b9820..11b0caa0452 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitleResource.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitleResource.vue @@ -489,7 +489,7 @@ export default { delete title.title_id; delete title.biblio_id; - // Cannot use the map/keepAttrs because of the reserved keywork 'package' + // Cannot use the map/keepAttrs because of the reserved keyword 'package' title.resources.forEach(function (e) { delete e.package; delete e.resource_id; diff --git a/t/cypress/component/ShowElement_spec.ts b/t/cypress/component/ShowElement_spec.ts index 2cf9ca4720e..95c8da941b7 100644 --- a/t/cypress/component/ShowElement_spec.ts +++ b/t/cypress/component/ShowElement_spec.ts @@ -36,7 +36,7 @@ describe("ShowElement", () => { cy.get("label").contains("Name"); cy.get("span").contains(resource.name); }); - it("should hide that property if the hidden attribute is set and falsy", () => { + it("should hide that property if the hidden attribute is set and false", () => { cy.mount(ShowElement, { props: { resource, -- 2.34.1