diff --git a/ui/src/components/btn/use-btn.json b/ui/src/components/btn/use-btn.json index 3c764188f62..d961a50b34e 100644 --- a/ui/src/components/btn/use-btn.json +++ b/ui/src/components/btn/use-btn.json @@ -16,7 +16,7 @@ "to": { "type": [ "String", "Object" ], - "desc": "Equivalent to Vue Router 'to' property; Superseeded by 'href' prop if used", + "desc": "Equivalent to Vue Router 'to' property; Superseded by 'href' prop if used", "examples": [ "/home/dashboard", ":to=\"{ name: 'my-route-name' }\"" @@ -26,7 +26,7 @@ "replace": { "type": "Boolean", - "desc": "Equivalent to Vue Router 'replace' property; Superseeded by 'href' prop if used", + "desc": "Equivalent to Vue Router 'replace' property; Superseded by 'href' prop if used", "category": "navigation" }, diff --git a/ui/src/composables/private/__tests__/use-transition.spec.js b/ui/src/composables/private/__tests__/use-transition.spec.js index efefedf1749..182eebff2e2 100644 --- a/ui/src/composables/private/__tests__/use-transition.spec.js +++ b/ui/src/composables/private/__tests__/use-transition.spec.js @@ -13,7 +13,7 @@ describe('use-transition API', () => { .should('have.class', 'q-transition--fade-enter-active') }) - it('should use a different show transtion if defined', () => { + it('should use a different show transition if defined', () => { const transition = 'scale' mount(WrapperOne, { attrs: { @@ -40,7 +40,7 @@ describe('use-transition API', () => { .should('have.class', 'q-transition--fade-leave-active') }) - it('should use a different hide transtion if defined', () => { + it('should use a different hide transition if defined', () => { const transition = 'scale' mount(WrapperOne, { attrs: {