aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorSam Rapaport <[email protected]>2017-03-01 17:27:02 -0800
committerBardi Harborow <[email protected]>2017-03-02 14:22:01 +1100
commit651243f57cff324f3eec64717376e8eb0b39d7f6 (patch)
tree727293878ce9550ef9e37686db9cb9d0e8dc5248 /docs/components
parente8015e3f16e87c5ebaf6b10d9f627a1dc7f8fe65 (diff)
downloadbootstrap-651243f57cff324f3eec64717376e8eb0b39d7f6.tar.xz
bootstrap-651243f57cff324f3eec64717376e8eb0b39d7f6.zip
Fix spelling error.
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/modal.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/modal.md b/docs/components/modal.md
index 92840058e..deb25c4dc 100644
--- a/docs/components/modal.md
+++ b/docs/components/modal.md
@@ -20,7 +20,7 @@ Before getting started with Bootstrap's modal component, be sure to read the fol
- Clicking on the modal "backdrop" will automatically close the modal.
- Bootstrap only supports one modal window at a time. Nested modals aren't supported as we believe them to be poor user experiences.
- Modals use `position: fixed`, which can sometimes be a bit particular about its rendering. Whenever possible, place your modal HTML in a top-level position to avoid potential interference from other elements. You'll likely run into issues when nesting a `.modal` within another fixed element.
-- One again, due to `position: fixed`, there are some caveats with using modals on mobile devices. [See our browser support docs]({{ site.baseurl }}/getting-started/browsers-devices/#modals-and-dropdowns-on-mobile) for details.
+- Once again, due to `position: fixed`, there are some caveats with using modals on mobile devices. [See our browser support docs]({{ site.baseurl }}/getting-started/browsers-devices/#modals-and-dropdowns-on-mobile) for details.
- Lastly, the `autofocus` HTML attribute has no effect in modals. Here's how you can achieve the same effect with custom JavaScript.
Keep reading for demos and usage guidelines.