diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-23 06:03:26 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-23 06:03:26 +0200 |
commit | efc2bca752a4c76b1ff6a73fa1f889762f170a07 (patch) | |
tree | d75237456352879cf071c1ac7c26084570873bdb /src/blog/grab | |
parent | ff5c5117d87fe4c3e2ab9f49f0b83d6c69598ed0 (diff) |
Fix typos
Diffstat (limited to 'src/blog/grab')
-rw-r--r-- | src/blog/grab/index.gsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/blog/grab/index.gsp b/src/blog/grab/index.gsp index d7974a6..87ebb5f 100644 --- a/src/blog/grab/index.gsp +++ b/src/blog/grab/index.gsp @@ -31,7 +31,7 @@ html lang="en" { p {- This should be a relatively easy task and for the most part it was, but I had an issue. Some of these components had some @em{-really} obscure - properties that could influence their behavior, and seeing as much of + properties that could influence their behaviour, and seeing as much of the codebase was written 10 years ago by utter idiots, the code implementing these properties is @em{-really} hard to read. } @@ -81,7 +81,7 @@ html lang="en" { component because it’s used everywhere but only a few rare usages interest me, and it’s not enough to search for just the attribute because many different components have attributes of the same name (and - @em{-no} they don’t have the same behavior; the codebase is shit). + @em{-no} they don’t have the same behaviour; the codebase is shit). } p {- |