diff options
author | Anthony Wang | 2024-11-24 14:14:16 -0500 |
---|---|---|
committer | Anthony Wang | 2024-11-24 14:14:16 -0500 |
commit | 3901c98aa3a8e942fd9c42a07827e31229b66195 (patch) | |
tree | 017bc26fe9ebbfd75e2b9c58ef07afa9e4f749d2 | |
parent | 04822b7b149ec9f6add66fcaa613f40b47b8ff7d (diff) |
Add missing period to some quotes
-rw-r--r-- | assets/js/quotes.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/js/quotes.js b/assets/js/quotes.js index be2ea7a..b46c5f8 100644 --- a/assets/js/quotes.js +++ b/assets/js/quotes.js @@ -56,8 +56,8 @@ quotes = [ "I love deadlines. I love the whooshing noise they make as they go by.", // Douglas Adams "Whoever just pinged @everyone, ple@se st@y @w@y from the @ key unless it's @n emergency. Th@nks!", "How to waste other people's time 101", - "Name a situation where you'll need to challenge fight a gummy bear", - "Ah shoot I got initialized", + "Name a situation where you'll need to challenge fight a gummy bear.", + "Ah shoot I got initialized.", "Dress up as a 3-ball and staple your head to your feet.", "Now is this useful? The short answer is no. The long answer is also no.", "This is a corporate propaganda manga series by a Hong Kong soy sauce company.", |