spelling: hyphen

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-12-26 17:36:05 -05:00
parent 397bc7ac59
commit e9ec44852b
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ describe('validator', () => {
expect(res).toEqual(0)
})
})
describe('string contains hyphone', () => {
describe('string contains hyphen', () => {
const domain = 'music-mastodon.social'
it('should match', () => {
const res = domain.search(domainFormat)