Skip to main content

Fix a typo in this description

ID
6ce5e5f
date
2025-01-25 23:30:07+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
2ecb25d
message
Fix a typo in this description
changed files
1 file, 1 addition, 1 deletion

Changed files

test/app.js (3830 → 3830)

diff --git a/test/app.js b/test/app.js
index 5198c95..2a2cfef 100644
--- a/test/app.js
+++ b/test/app.js
@@ -106,7 +106,7 @@ QUnit.module('getFicInfo', () => {
 
 
 QUnit.module('chooseColour', () => {
-  QUnit.test('it chooses hte colour in a reproducible way', (assert) => {
+  QUnit.test('it chooses the colour in a reproducible way', (assert) => {
     const fandom = 'Operation Mincemeat: A New Musical - SpitLip';
     assert.equal(chooseColour(fandom), '#800600');
   });