chore: modify cspell config and fix all typos (#6908)

This commit is contained in:
Jesse Mazzella
2023-08-10 09:20:16 -07:00
committed by GitHub
parent 9be9c5e28e
commit 10f3e13e4d
71 changed files with 141 additions and 218 deletions

View File

@ -141,7 +141,7 @@ describe('the plugin', function () {
};
displayLayoutItem = {
composition: [
// no item in compostion, but item in configuration items
// no item in composition, but item in configuration items
],
configuration: {
items: [item],
@ -165,7 +165,7 @@ describe('the plugin', function () {
Vue.nextTick(done);
});
it('will sync compostion and layout items', () => {
it('will sync composition and layout items', () => {
expect(displayLayoutItem.configuration.items.length).toBe(0);
});
});