aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-06-27 23:00:46 -0700
committerGitHub <[email protected]>2016-06-27 23:00:46 -0700
commit288bd07a36788efe1ff494a2a489e27f3b6c6e87 (patch)
treec21e8ac23bae2a1f3d7216ee3ab02225dcd6e5fb /docs
parent208d587c7ec0ea93c0d03c15d98952c8470af189 (diff)
downloadbootstrap-288bd07a36788efe1ff494a2a489e27f3b6c6e87.tar.xz
bootstrap-288bd07a36788efe1ff494a2a489e27f3b6c6e87.zip
docs/migration.md: Fix "correspending" typo
[ci skip]
Diffstat (limited to 'docs')
-rw-r--r--docs/migration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/migration.md b/docs/migration.md
index 56d74c43b..b8da6a968 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