Skip to content

Commit d3a3b33

Browse files
🐛 FIX: Spelling mistake fixes
1 parent b7309f0 commit d3a3b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project-Euler/test/Problem007.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ describe('checking nth prime number', () => {
77
it('should be invalid input if number is 0', () => {
88
expect(nthPrime(0)).toBe('Invalid Input')
99
})
10-
test('if the number is greather than 0', () => {
10+
test('if the number is greater than 0', () => {
1111
expect(nthPrime(10)).toBe(29)
1212
})
1313
// Project Euler Condition Check

0 commit comments

Comments
 (0)