diff --git a/Web Pages/documentation.html b/Web Pages/documentation.html
index a0ef868..05a1d4e 100644
--- a/Web Pages/documentation.html
+++ b/Web Pages/documentation.html
@@ -102,7 +102,9 @@
aspect, but it made some things unnecessarily tedious and difficult. One example of this is the navigation bar. Trying to implement that without
a framework is more difficult than it needs to be. Another issue I ran into was compatibility with mobile browsers. Per
Tianhong (Sam) Wen's recommendation, I looked into
- Bootstrap. This has built-in "responsive" classes that can auto adjust
+ Bootstrap. This has built-in "responsive" classes that can auto adjust
+ the size and placement of elements based on the screen size. It also provides an easy way to implement some cool features
+ like the navbar, accordion-like cards, and a grid layout to easily place images and text around your website's viewport.