diff --git a/.simplecov b/.simplecov index f291292d..83be39dd 100644 --- a/.simplecov +++ b/.simplecov @@ -15,7 +15,7 @@ SimpleCov.start "rails" do # Generated/installed by Blacklight/Arclight. # CatalogueController is mostly config. - # If any custom code is added to these classes, they should be removed form this filter and + # If any custom code is added to these classes, they should be removed from this filter and # tested. add_filter "app/controllers/catalog_controller.rb" add_filter "app/models/search_builder.rb" diff --git a/app/javascript/blacklight_custom.js b/app/javascript/blacklight_custom.js index c5a3605b..b27c8806 100644 --- a/app/javascript/blacklight_custom.js +++ b/app/javascript/blacklight_custom.js @@ -1,6 +1,6 @@ $(function() { BlacklightRangeLimit.turnIntoPlot = function turnIntoPlot(container, wait_for_visible) { - // flot can only render in a a div with a defined width. + // flot can only render in a div with a defined width. // for instance, a hidden div can't generally be rendered in (although if you set // an explicit width on it, it might work) //