Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 10ee3f3

Browse files
committed
Merge pull request #608 from skkeeper/dev
Fix typos in the comments
2 parents 61ef25b + ef51a81 commit 10ee3f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/angular-datatables.factory.js

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)