Skip to content

Commit ef51a81

Browse files
committed
Fix typos in the comments
1 parent 61ef25b commit ef51a81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/angular-datatables.factory.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function dtOptionsBuilder() {
1616
hasOverrideDom: false,
1717

1818
/**
19-
* Add the option to the datatables optoins
19+
* Add the option to the datatables options
2020
* @param key the key of the option
2121
* @param value an object or a function of the option
2222
* @returns {DTOptions} the options

src/angular-datatables.options.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function dtDefaultOptions() {
8282
* Set the default options to be use for Bootstrap integration.
8383
* See https://github.com/l-lin/angular-datatables/blob/dev/src/angular-datatables.bootstrap.options.js to check
8484
* 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
8686
* @returns {DTDefaultOptions} the default option config
8787
*/
8888
function setBootstrapOptions(oBootstrapOptions) {

0 commit comments

Comments
 (0)