diff --git a/test/test.ts b/test/test.ts index 6a898ec..e0e0afe 100644 --- a/test/test.ts +++ b/test/test.ts @@ -22,7 +22,7 @@ tap.test('should produce different font colors', async () => { ) }) -tap.test('should produce different baclground colors', async () => { +tap.test('should produce different background colors', async () => { console.log( beautycolor.coloredString('blue', 'white', 'blue'), beautycolor.coloredString('brown', 'white', 'brown'),