diff --git a/modules/views_slideshow_cycle/js/formoptions.js b/modules/views_slideshow_cycle/js/formoptions.js
index fda0eb2..f8e5d3a 100644
--- a/modules/views_slideshow_cycle/js/formoptions.js
+++ b/modules/views_slideshow_cycle/js/formoptions.js
@@ -1,7 +1,7 @@
 
 /**
  *  @file
- *  Javascript to enhance the views slideshow cycle form options.
+ *  JavaScript to enhance the views slideshow cycle form options.
  */
 
 /**
@@ -10,7 +10,7 @@
 (function ($) {
   
   // Since Drupal 7 doesn't support having a field based on one of 3 values of
-  // a select box we need to add our own javascript handling.
+  // a select box we need to add our own JavaScript handling.
   Drupal.behaviors.viewsSlideshowCycleAmountAllowedVisible = {
     attach: function (context) {
       
diff --git a/views_slideshow.theme.inc b/views_slideshow.theme.inc
index 524786e..6f73674 100644
--- a/views_slideshow.theme.inc
+++ b/views_slideshow.theme.inc
@@ -179,7 +179,7 @@ function template_preprocess_views_slideshow_pager_widget_render(&$vars) {
     return '';
   }
 
-  // Add javascript settings for the pager type.
+  // Add JavaScript settings for the pager type.
   $vars['#attached']['library'][] = 'views_slideshow/widget_info';
   $vars['#attached']['drupalSettings']['viewsSlideshowPager'][$vars['vss_id']] = [
     $vars['location'] => [
@@ -207,7 +207,7 @@ function template_preprocess_views_slideshow_pager_widget_render(&$vars) {
  * Theme pager fields.
  */
 function template_preprocess_views_slideshow_pager_fields(&$vars) {
-  // Add javascript settings for the field.
+  // Add JavaScript settings for the field.
   $vars['#attached']['library'][] = 'views_slideshow/widget_info';
   $vars['#attached']['drupalSettings']['viewsSlideshowPagerFields'][$vars['vss_id']] = [
     $vars['location'] => [
@@ -276,7 +276,7 @@ function template_preprocess_views_slideshow_pager_field_item(&$vars) {
  * @ingroup themeable
  */
 function template_preprocess_views_slideshow_controls_widget_render(&$vars) {
-  // Add javascript settings for the controls type.
+  // Add JavaScript settings for the controls type.
   $vars['#attached']['library'][] = 'views_slideshow/widget_info';
   $vars['#attached']['drupalSettings']['viewsSlideshowControls'][$vars['vss_id']] = [
     $vars['location'] => [
