From 8fb10ac976fe3fe17b34ca374ef99d7d2ceae9c2 Mon Sep 17 00:00:00 2001 From: Steve Kinney Date: Wed, 2 Oct 2024 15:41:32 -0500 Subject: [PATCH] Update game.test.js --- examples/guess-the-number/game.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/guess-the-number/game.test.js b/examples/guess-the-number/game.test.js index 1564fa8..92c9935 100644 --- a/examples/guess-the-number/game.test.js +++ b/examples/guess-the-number/game.test.js @@ -9,7 +9,7 @@ describe('Game', () => { }); it('should have a secret number', () => { - // Thisn't really a useful test. + // This isn't really a useful test. // Do I *really* care about the type of the secret number? // Do I *really* care about the name of a "private" property? const game = new Game();