diff --git a/docs/migration.md b/docs/migration.md index 56d74c43b8bbc08f40e10c72200e92bcb4b4f4c0..b8da6a968239a7ca52ad7dd7c3d211930a19414a 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