Skip to content

Commit 0c1f50f

Browse files
dmlvrEugeniyKiyashko
authored andcommitted
fix typos
1 parent 556de49 commit 0c1f50f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/devextreme/testing/tests/DevExpress.ui.widgets/splitter.tests.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ QUnit.module('Pane sizing', moduleConfig, () => {
855855
this.assertLayout(['10.0806', '89.9194']);
856856
});
857857

858-
QUnit.test('Initially collapsed first pane with size, spesified in %, should expand to user-specified size via UI', function(assert) {
858+
QUnit.test('Initially collapsed first pane with size, specified in %, should expand to user-specified size via UI', function(assert) {
859859
this.reinit({
860860
items: [{ collapsible: true, collapsed: true, size: '20%' }, { collapsible: true }]
861861
});
@@ -993,7 +993,7 @@ QUnit.module('Pane sizing', moduleConfig, () => {
993993

994994
});
995995

996-
QUnit.test('Pane should restore current size, when it was collapsed, then size was change in real time, then it was expanded', function(assert) {
996+
QUnit.test('Pane should restore current size, when it was collapsed, then size was changed in real time, then it was expanded', function(assert) {
997997

998998
this.reinit({
999999
items: [ { size: 200, collapsible: true, }, { } ]

0 commit comments

Comments
 (0)