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

Fix a few small typos #1953

Merged
merged 1 commit into from
Apr 8, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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