From 9f2fc82a38820f7c33ba3d870ad137b86f19ad25 Mon Sep 17 00:00:00 2001 From: Honza Date: Thu, 22 Dec 2022 16:22:27 +0100 Subject: [PATCH] fix typo --- static/regex/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/regex/data.json b/static/regex/data.json index 549e55d..a7c0945 100644 --- a/static/regex/data.json +++ b/static/regex/data.json @@ -602,7 +602,7 @@ { "id": "e164-phone", "title": "e.164 phone number", - "tagline": "matches a valid e.164 format telephobne number", + "tagline": "matches a valid e.164 format telephone number", "description": "E.164 is a telephone number format to ensure consistency", "regex": "^\\+[1-9]\\d{1,14}$", "flag": "igm",