8000 Fix code indentation on helloWorld README.md · codekacode/javascript-exercises@3d71a9a · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d71a9a

Browse files
committed
Fix code indentation on helloWorld README.md
1 parent cc479b5 commit 3d71a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helloWorld/README.md

Lines changed: 1 addition & 1 deletion
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-
it('says hello world', function() {
16+
it('says hello world', function() {
1717
expect(helloWorld()).toEqual('Hello, World!');
1818
});
1919
});

0 commit comments

Comments
 (0)
0