Skip to content

Commit

Permalink
chore: fix typo in test (vuejs#12291)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudeus3Greyrat authored Sep 22, 2021
1 parent 30a43af commit 531b761
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/ssr/ssr-basic-renderer.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe('SSR: basicRenderer', () => {
})

// #5941
it('should work peoperly when accessing $ssrContext in root component', done => {
it('should work properly when accessing $ssrContext in root component', done => {
let ssrContext
renderToString(new Vue({
template: `
Expand Down
2 changes: 1 addition & 1 deletion test/unit/features/component/component-scoped-slot.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,7 @@ describe('Component scoped slot', () => {
})

// #11652
it('should update when swtching between two components with slot and without slot', done => {
it('should update when switching between two components with slot and without slot', done => {
const Child = {
template: `<div><slot/></div>`
}
Expand Down
2 changes: 1 addition & 1 deletion test/unit/features/directives/on.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ describe('Directive v-on', () => {
})

// ctrl, shift, alt, meta
it('should support system modifers', () => {
it('should support system modifiers', () => {
vm = new Vue({
el,
template: `
Expand Down

0 comments on commit 531b761

Please sign in to comment.