diff options
| author | kj-sh604 | 2024-08-05 21:12:57 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-08-05 21:12:57 -0400 |
| commit | 810ecfd58949e892c37134073e4fb490946354a8 (patch) | |
| tree | 72743d3ea984d9a813acc9fe8c45b232e8efd011 | |
| parent | db02f607ab281d8b2638f8eb1edc1300a0447c72 (diff) | |
refactor: grammar and cohesion corrections
| -rw-r--r-- | index.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -92,7 +92,7 @@ session_start(); ?> <div> <br> <details> - <summary style="font-size: 1.125rem;"><strong>← expand for markdown text editor 📝</strong></summary> + <summary style="font-size: 1.125rem;"><strong>← expand to use the markdown editor 📝</strong></summary> <p> <script src="https://cdn.jsdelivr.net/simplemde/latest/simplemde.min.js"></script> <form class="" action="index.php" method="post"> @@ -110,7 +110,7 @@ session_start(); ?> </details> <br> <details> - <summary style="font-size: 1.125rem;"><strong>← expand for a quick read how-to 📖</strong></summary> + <summary style="font-size: 1.125rem;"><strong>← expand for a brief <emphasis>"how-to"</emphasis> 📖</strong></summary> <p> <ul> <li>type '#' to indicate that you are starting a new slide and then press ↵ (enter/return) twice.</li> @@ -142,7 +142,7 @@ session_start(); ?> </details> <br> <details> - <summary style="font-size: 1.125rem;"><strong>← expand for a video short demo 🎬</strong></summary> + <summary style="font-size: 1.125rem;"><strong>← expand for a quick video demo 🎬</strong></summary> <p> <div class="responsive-video"> <iframe loading="lazy" width="100%" height="480" src="https://www.youtube.com/embed/DGudYy0sfx8" title="procrastiSlides demo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> |
