From 42df7b7f26f838f6fe95fcfa75c2227dedfb945d Mon Sep 17 00:00:00 2001 From: Fatima Gomez Date: Fri, 24 Mar 2023 13:22:44 -0500 Subject: [PATCH] small wording change --- bootstrap/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/README.md b/bootstrap/README.md index 813c2c7..eb6e129 100644 --- a/bootstrap/README.md +++ b/bootstrap/README.md @@ -34,6 +34,6 @@ The Bootstrap docs are very well-organized and thorough, but to make sure you're 9. [Navs](https://getbootstrap.com/docs/4.6/components/navs/) are helpful if you want to incorporate navbar-like functionality somewhere other than the header of your site 10. [Scrollspy](https://getbootstrap.com/docs/4.6/components/scrollspy/) allows you to highlight the nav item that is currently in the viewport. Very handy for helping users keep track of where they are when on a page with lots of well-organized text -### Helpful Helpers +### Helpful Utilities 1. [Visually hidden](https://getbootstrap.com/docs/4.6/utilities/visibility/) to make certain tools accessible for assistive tech only 2. [Text overflow and truncation](https://getbootstrap.com/docs/4.6/utilities/text/#text-wrapping-and-overflow)