/**
* Opens the tab `$targetContent` defined by `$target`.
- * @param {jQuery} $target - Tab to Open.
+ * @param {jQuery} $target - Tab to open.
* @function
*/
_openTab($target) {
/**
* Collapses `$targetContent` defined by `$target`.
- * @param {jQuery} $target - Tab to Open.
+ * @param {jQuery} $target - Tab to collapse.
* @function
*/
_collapseTab($target) {
}
/**
- * Destroys an instance of an tabs.
+ * Destroys an instance of tabs.
* @fires Tabs#destroyed
*/
_destroy() {