From 7eca871b7315490972c33660fb80bd56641fcb4d Mon Sep 17 00:00:00 2001 From: Elizabeth Alexander Hunt Date: Thu, 23 Jul 2026 08:26:48 -0700 Subject: Grammar --- html/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'html/index.html') diff --git a/html/index.html b/html/index.html index 5f51937..ec3fccc 100644 --- a/html/index.html +++ b/html/index.html @@ -55,7 +55,7 @@ If you don't like the marquee tag then she will find you and she will blast you to smithereens.
-

She is not particularly exceptional at anything but can functionally do a fair bit of stuff, of which her extremely variable ability perhaps is the only exceptional thing about her.

+

She is not particularly exceptional at anything, but can functionally do a fair bit of stuff, of which extremely variable ability perhaps is the only exceptional thing about her.


Koupenchan becomes the color of what it drinks

She is a programmer at a Big Ol' Techâ„¢ company in Seattle (unfortunately, probably the one you're thinking of). And will continue to refer to herself in the third person for the remainder of this World Wide Web document, which you find yourself laying your eyes on. And in so doing, probably don't yet understand the context of the next words you are about to read. Except, that they are there. They take up space. And reading through them consumes YOUR oh-so-precious time - which is upper-bounded, need she remind you.

@@ -128,6 +128,7 @@ }; let p = 1; + // This is not correct. e.g. "of which his" != "of which hers". const pros = [['he', 'she'], ['him', 'her'], ['his', 'hers'], ['alexander', 'elizabeth']]; const proElements = () => document.querySelectorAll('.pro'); proElements().forEach(pro => pro.addEventListener('click', () => { -- cgit v1.3