Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/angular-datatables.factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/angular-datatables.options.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down