Skip to content

Commit

Permalink
Merge branch 'v4-dev' into v4-dev-xmr-svgo-config
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Aug 2, 2018
2 parents 67b29ab + 198091d commit adaec84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/src/popover.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const Popover = (($) => {
let data = $(this).data(DATA_KEY)
const _config = typeof config === 'object' ? config : null

if (!data && /destroy|hide/.test(config)) {
if (!data && /dispose|hide/.test(config)) {
return
}

Expand Down
2 changes: 1 addition & 1 deletion site/docs/4.1/components/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ While these feedback styles cannot be styled with CSS, you can still customize t

### Server side

We recommend using client side validation, but in case you require server side, you can indicate invalid and valid form fields with `.is-invalid` and `.is-valid`. Note that `.invalid-feedback` is also supported with these classes.
We recommend using client-side validation, but in case you require server-side validation, you can indicate invalid and valid form fields with `.is-invalid` and `.is-valid`. Note that `.invalid-feedback` is also supported with these classes.

{% capture example %}
<form>
Expand Down

0 comments on commit adaec84

Please sign in to comment.