diff --git a/index.html b/index.html index 1a7bd607..cb8fa4b9 100644 --- a/index.html +++ b/index.html @@ -469,7 +469,7 @@

Image Hosting & Cross Origin Errors

Visibility and Binding

-

Croppie is dependent on it's container being visible when the bind method is called. This can be an issue when your croppie component is inside a modal that isn't shown. Let's take the bootstrap modal for example..

+

Croppie is dependent on its container being visible when the bind method is called. This can be an issue when your croppie component is inside a modal that isn't shown. Let's take the bootstrap modal for example..


 var myCroppie = $('#my-croppie').croppie(opts);
 $('#my-modal').on('shown.bs.modal', function(){