diff --git a/src/angular-datatables.factory.js b/src/angular-datatables.factory.js index dfcc010b7..f47f0b603 100644 --- a/src/angular-datatables.factory.js +++ b/src/angular-datatables.factory.js @@ -16,7 +16,7 @@ function dtOptionsBuilder() { hasOverrideDom: false, /** - * Add the option to the datatables optoins + * Add the option to the datatables options * @param key the key of the option * @param value an object or a function of the option * @returns {DTOptions} the options diff --git a/src/angular-datatables.options.js b/src/angular-datatables.options.js index 1efba9f3a..1e0736e2a 100644 --- a/src/angular-datatables.options.js +++ b/src/angular-datatables.options.js @@ -82,7 +82,7 @@ function dtDefaultOptions() { * Set the default options to be use for Bootstrap integration. * See https://github.com/l-lin/angular-datatables/blob/dev/src/angular-datatables.bootstrap.options.js to check * what default options Angular DataTables is using. - * @param oBootstrapOptions an object containing the default options for Bootstreap integration + * @param oBootstrapOptions an object containing the default options for Bootstrap integration * @returns {DTDefaultOptions} the default option config */ function setBootstrapOptions(oBootstrapOptions) {