diff --git a/media/js/jquery.dataTables.js b/media/js/jquery.dataTables.js
index 4b83a746..ee3950c0 100644
--- a/media/js/jquery.dataTables.js
+++ b/media/js/jquery.dataTables.js
@@ -9346,7 +9346,7 @@
* Enable horizontal scrolling. When a table is too wide to fit into a certain
* layout, or you have a large number of columns in the table, you can enable
* x-scrolling to show the table in a viewport, which can be scrolled. This
- * property can by any CSS unit, or a number (in which case it will be treated
+ * property can be any CSS unit, or a number (in which case it will be treated
* as a pixel measurement).
* @type string
* @default blank string - i.e. disabled
@@ -9387,10 +9387,10 @@
/**
* Enable vertical scrolling. Vertical scrolling will constrain the DataTable
- * to the given height, an enable scrolling for any data which overflows the
+ * to the given height, and enable scrolling for any data which overflows the
* current viewport. This can be used as an alternative to paging to display
* a lot of data in a small area (although paging and scrolling can both be
- * enabled at the same time). This property can by any CSS unit, or a number
+ * enabled at the same time). This property can be any CSS unit, or a number
* (in which case it will be treated as a pixel measurement).
* @type string
* @default blank string - i.e. disabled
diff --git a/media/src/model/model.defaults.js b/media/src/model/model.defaults.js
index b8526118..9904be73 100644
--- a/media/src/model/model.defaults.js
+++ b/media/src/model/model.defaults.js
@@ -1861,7 +1861,7 @@ DataTable.defaults = {
* Enable horizontal scrolling. When a table is too wide to fit into a certain
* layout, or you have a large number of columns in the table, you can enable
* x-scrolling to show the table in a viewport, which can be scrolled. This
- * property can by any CSS unit, or a number (in which case it will be treated
+ * property can be any CSS unit, or a number (in which case it will be treated
* as a pixel measurement).
* @type string
* @default blank string - i.e. disabled
@@ -1902,10 +1902,10 @@ DataTable.defaults = {
/**
* Enable vertical scrolling. Vertical scrolling will constrain the DataTable
- * to the given height, an enable scrolling for any data which overflows the
+ * to the given height, and enable scrolling for any data which overflows the
* current viewport. This can be used as an alternative to paging to display
* a lot of data in a small area (although paging and scrolling can both be
- * enabled at the same time). This property can by any CSS unit, or a number
+ * enabled at the same time). This property can be any CSS unit, or a number
* (in which case it will be treated as a pixel measurement).
* @type string
* @default blank string - i.e. disabled