Skip to content

Commit 6b0e0e5

Browse files
authored
Merge pull request TheOdinProject#186 from mohammedsobhi/patch-1
fix 'says hello world' in README.md
2 parents 2197f7b + e4f9675 commit 6b0e0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01_helloWorld/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Let's look at the spec file first:
1313
const helloWorld = require('./helloWorld');
1414

1515
describe('Hello World', function() {
16-
test('says hello world', function() {
16+
test('says "Hello, World!"', function() {
1717
expect(helloWorld()).toEqual('Hello, World!');
1818
});
1919
});

0 commit comments

Comments
 (0)