Skip to content

Commit 186f306

Browse files
committed
Merge pull request #145 from RosyTucker/patch-2
Make code snippet match screenshots
2 parents 9de97ce + 41528d1 commit 186f306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/lesson7/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In Jasmine, you can use `describe()` to describe the purpose of a suite of tests
2424

2525
```javascript
2626
describe('Calculator', function() {
27-
describe('addition', function() {
27+
describe('adding numbers', function() {
2828
it('returns the sum of the numbers', function() {
2929
expect(add(3,5)).toEqual(8);
3030
});

0 commit comments

Comments
 (0)