Skip to content

Commit 399e353

Browse files
committed
chore: fix grammer
1 parent e1c6666 commit 399e353

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Ciphers/test/Atbash.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Atbash from '../Atbash'
22

33
describe('Testing Atbash function', () => {
4-
it('Test - 1, passing the non-string as an argument', () => {
4+
it('Test - 1, passing a non-string as an argument', () => {
55
expect(() => Atbash(0x345)).toThrow()
66
expect(() => Atbash(123)).toThrow()
77
expect(() => Atbash(123n)).toThrow()

0 commit comments

Comments
 (0)