Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1953 from ryanguest/master
Browse files Browse the repository at this point in the history
Fix a few small typos
  • Loading branch information
swilliamset authored Apr 8, 2017
2 parents b926440 + a2b68c6 commit 8f24eab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion less/repeater.less
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion test/scheduler-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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" } );

Expand Down

0 comments on commit 8f24eab

Please sign in to comment.