Skip to content

Commit e0d5b4c

Browse files
authored
Merge pull request #3911 from kevmhughes/patch-2
Update part4b.md
2 parents f65754e + d94f10e commit e0d5b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/4/en/part4b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ const helper = require('./test_helper')
10631063

10641064
const Note = require('../models/note')
10651065

1066-
describe('when there is initially some notes saved', () => {
1066+
describe('when there are some notes saved initially', () => {
10671067
beforeEach(async () => {
10681068
await Note.deleteMany({})
10691069
await Note.insertMany(helper.initialNotes)

0 commit comments

Comments
 (0)