File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ function dtOptionsBuilder() {
16
16
hasOverrideDom : false ,
17
17
18
18
/**
19
- * Add the option to the datatables optoins
19
+ * Add the option to the datatables options
20
20
* @param key the key of the option
21
21
* @param value an object or a function of the option
22
22
* @returns {DTOptions } the options
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ function dtDefaultOptions() {
82
82
* Set the default options to be use for Bootstrap integration.
83
83
* See https://github.com/l-lin/angular-datatables/blob/dev/src/angular-datatables.bootstrap.options.js to check
84
84
* what default options Angular DataTables is using.
85
- * @param oBootstrapOptions an object containing the default options for Bootstreap integration
85
+ * @param oBootstrapOptions an object containing the default options for Bootstrap integration
86
86
* @returns {DTDefaultOptions } the default option config
87
87
*/
88
88
function setBootstrapOptions ( oBootstrapOptions ) {
You can’t perform that action at this time.
0 commit comments