8000 Merge pull request #42 from HornMichaelS/master · NoderCoder/javascript-exercises@e2f4597 · GitHub
[go: up one dir, main page]

Skip to content

Commit e2f4597

Browse files
authored
Merge pull request TheOdinProject#42 from HornMichaelS/master
Fix code indentation on helloWorld README.md
2 parents 24b81e6 + 3d71a9a commit e2f4597

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