diff --git a/helloWorld/README.md b/helloWorld/README.md index cb5114c..8b30771 100644 --- a/helloWorld/README.md +++ b/helloWorld/README.md @@ -13,7 +13,7 @@ Let's look at the spec file first: const helloWorld = require('./helloWorld'); describe('Hello World', function() { - it('says hello world', function() { + it('says hello world', function() { expect(helloWorld()).toEqual('Hello, World!'); }); });