From: Chris Rebert Date: Tue, 28 Jun 2016 06:00:46 +0000 (-0700) Subject: docs/migration.md: Fix "correspending" typo X-Git-Tag: v4.0.0-alpha.3~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=288bd07a36788efe1ff494a2a489e27f3b6c6e87;p=thirdparty%2Fbootstrap.git docs/migration.md: Fix "correspending" typo [ci skip] --- diff --git a/docs/migration.md b/docs/migration.md index 56d74c43b8..b8da6a9682 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -126,7 +126,7 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with ### Modal -- The `remote` option (which could be used to automatically load and inject external content into a modal) and the correspending `loaded.bs.modal` event were removed. We recommend instead using client-side templating or a data binding framework, or calling [jQuery.load](http://api.jquery.com/load/) yourself. +- The `remote` option (which could be used to automatically load and inject external content into a modal) and the corresponding `loaded.bs.modal` event were removed. We recommend instead using client-side templating or a data binding framework, or calling [jQuery.load](http://api.jquery.com/load/) yourself. ### Navs