From a2b68c63c5b3ccccaee14f0f2da95f7d340ddcd8 Mon Sep 17 00:00:00 2001 From: Ryan Guest Date: Tue, 4 Apr 2017 09:28:22 -0700 Subject: [PATCH] Fix a few small typos --- js/tree.js | 2 +- less/repeater.less | 2 +- test/scheduler-test.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/tree.js b/js/tree.js index 347526b12..017311f6b 100644 --- a/js/tree.js +++ b/js/tree.js @@ -149,7 +149,7 @@ } // Decorate $entity with data or other attributes making the - // element easily accessable with libraries like jQuery. + // element easily accessible with libraries like jQuery. // // Values are contained within the object returned // for folders and items as attr: diff --git a/less/repeater.less b/less/repeater.less index def8474a8..3e82ae672 100755 --- a/less/repeater.less +++ b/less/repeater.less @@ -113,7 +113,7 @@ /* * reinforce spacing around control buttons */ - &-itemization .selectlist, // TODO add specfic class for page size dropdown + &-itemization .selectlist, // TODO add specific class for page size dropdown &-filters, &-secondaryPaging, &-primaryPaging, diff --git a/test/scheduler-test.js b/test/scheduler-test.js index c304e5e50..feb0aeea3 100644 --- a/test/scheduler-test.js +++ b/test/scheduler-test.js @@ -208,7 +208,7 @@ define( function ( require ) { $scheduler.scheduler( "value", { recurrencePattern: "FREQ=DAILY;INTERVAL=9;COUNT=4" } ); assert.ok( ( $scheduler.find( ".repeat-end .selectlist .selected-label" ).html() === "After" && $scheduler.find( ".repeat-end .spinbox" ).spinbox( "value" ) === "4" ), - "end after occurence(s) set correctly" ); + "end after occurrence(s) set correctly" ); $scheduler.scheduler( "value", { recurrencePattern: "FREQ=DAILY;INTERVAL=9;UNTIL=20510331" } );